... | ... | @@ -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`
|
... | ... | |