covid-19/README.md

51 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2020-05-01 03:35:04 +00:00
[Play it here!](https://ncase.me/covid-19/)
2020-04-28 14:00:22 +00:00
# How To Translate
2020-05-01 04:00:03 +00:00
Step 1)
2020-05-01 03:35:04 +00:00
2020-05-01 04:00:03 +00:00
Check to see if it's already been translated to your language!
2020-05-02 21:30:10 +00:00
Go to the [main site](https://ncase.me/covid-19/), look at the left sidebar.
2020-05-01 03:35:04 +00:00
2020-05-01 04:00:03 +00:00
Step 2)
2020-05-01 03:35:04 +00:00
2020-05-01 04:00:03 +00:00
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!
2020-05-01 03:35:04 +00:00
2020-05-01 04:00:03 +00:00
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`.
2020-05-04 15:59:56 +00:00
Translate the `<head>`, sidebars, & footer of `index.html` (200 words) **Feel free to add yourself in the header/footer credits as a translator! :)**
2020-05-01 04:00:03 +00:00
Translate the images in `/pics` (800 words)
If you don't have image-editing software, ask for help on the Github Issue!
2020-05-11 20:46:08 +00:00
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!)
2020-05-01 04:00:03 +00:00
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)!
2020-05-01 04:00:03 +00:00
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!)