... | ... | @@ -6,8 +6,8 @@ If you have any questions, contact us on the issue tracker or the [mathjax devel |
|
|
Here's a quick guide to help you translate MathJax directly here on github.
|
|
|
|
|
|
* Figure out the [language code]( https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) -- let's call this `xx`.
|
|
|
* Fork [the MathJax repository](https://github.com/mathjax/MathJax)
|
|
|
* Copy `/unpacked/localization/en/` to `/unpacked/localization/xx`
|
|
|
* Fork [the MathJax i18n repository](https://github.com/mathjax/MathJax-i18n)
|
|
|
* Copy `/JSON/en/` to `/JSON/xx`
|
|
|
* Replace all `en`s with `xx`s in all files contained in this folder.
|
|
|
* In particular,
|
|
|
* rename `en.js` to `xx.js`
|
... | ... | @@ -17,4 +17,4 @@ Here's a quick guide to help you translate MathJax directly here on github. |
|
|
* Translate the strings in all files.
|
|
|
* Test the translation.
|
|
|
* Create a pull request to our repository so that we can review your code.
|
|
|
* Get a big **Thank you! You're awesome** from the MathJax team! |
|
|
* Get a big **Thank you! You're awesome** from the MathJax team! |
|
|
\ No newline at end of file |