Wanna contribute? It's easy!
- You go find the component or page you wanna translate
- Create an object in the language you choose in our translations folder
- Copy the property used in the english translation
- And go translate!
- After all that, you make a PR and then you're done!
Formatting is pretty standard:
<page name>: {
<page content>: <translation>
}
translations
|
| cn.js # these are the translations
| de.js # these are the translations
| gb.js # these are the translations
| jp.js # these are the translations
| kr.js # these are the translations
| rs.js # these are the translations
| index.js # This imports all of them
Note: Best and easiest way would be to use gb.js (English Translations)
as reference.