covid-19/README.md

51 lines
1.7 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[Play it here!](https://ncase.me/covid-19/)
# How To Translate
Step 1)
Check to see if it's already been translated to your language!
Go to the [main site](https://ncase.me/covid-19/), look at the left sidebar.
Step 2)
If your language hasn't been done yet, check Github Issues to see if someone's already working on it.
**If so:** help them!
**If not:** fork this repo & link to your fork in a new Github Issue,
announcing that you're translating for that language!
Step 3)
Translate `words.md`, (6000 words) then export it to html
make sure your Markdown app supports footnotes
and copy-paste that into the `<article></article>` part of `index.html`.
Translate the `<head>`, sidebars, & footer of `index.html` (200 words) **Feel free to add yourself in the header/footer credits as a translator! :)**
Translate the images in `/pics` (800 words)
If you don't have image-editing software, ask for help on the Github Issue!
The fonts are [Open Sans](https://fonts.google.com/specimen/Open+Sans) and [Patrick Hand](https://fonts.google.com/specimen/Patrick+Hand).
(Thanks Asher Barak for creating no-text versions!)
Translate `sim/index.html` (100 words)
Translate the thumbnail `sharing/thumbnail.png`
Step 4)
Use Github Pages to put your forked translation live on the interweb (Go to 'Settings' of your repository page and choose your master branch as your source)!
Step 5)
Send a Pull Request editing *just* `<div id="translations">` in `index.html`
to add a link to your translation from the main page.
Step 6)
Wait for me to get off my lazy butt & accept the Pull Request (within \~72 hours? maybe?)
Step 7)
🎉 Party! Your translation should now be linked to from the main page.
(Remember to close your Github Issue!)