This is an open repository for the community to help translate and correct Nash locale files.
Locale files are in JSON format and organized like this:
{
"key": "content"
}
Here "key" is the keyword used in the platform code to identify the text and should not be modified. The "content" text is the translation target and is what replaces occurences of "key" in the code.
There are some coding specifics in certain keys. These are indentified by {{}}
, e.g. Hello, {{userName}}!
, and should be kept as they are. Only translate the text around these elements and move them to match appropriate word order in your language.
You will also notice links denoted by numbered tags, e.g. View your transaction under the <0>Transfers</0> tab.
In this case, you should translate the text within the tags.
Never used GitHub? This is the easiest way to contribute: https://www.youtube.com/watch?v=5u0I0UX81tI
If you are facing issues using GitHub for the first time there is a desktop app that might make your life easier: https://desktop.github.com/
- Make multiple sets of small changes. Keep your pull requests to 100 lines at most.
- Always ensure you are making changes against the latest version of the
master
branch.
You can view our simple contributions policy here.
If you don't understand a phrase in the English file, don't guess! Ask for help. Our writer is available on GitHub as @lexipenia
and Telegram as @cstfenwick
and will be able to clarify issues for you.
Locale name | Language | Country/Territory |
---|---|---|
en | English | International (US standard) |
ar_AA | Arabic | International (AA standard) |
bg_BG | Bulgarian | Bulgaria |
cs_CZ | Czech | Czech Republic |
da_DK | Danish | Denmark |
de_DE | German | International (DE standard) |
el_GR | Greek | Greece |
es_ES | Spanish | International (ES standard) |
fr_FR | French | International (FR standard) |
he_IL | Hebrew | Israel |
hi_IN | Hindi | Hindi |
hr_HR | Croatian | Croatia |
it_IT | Italian | Italy |
ja_JP | Japanese | Japan |
ko_KR | Korean | Korea |
ms_MY | Malay | International (MY standard) |
nl_NL | Dutch | Netherlands and Belgium |
pt_BR | Portuguese | International (BR standard) |
ro_RO | Romanian | Romania |
ru_RU | Russian | Russia |
sr_RS | Serbian | Serbia |
th_TH | Thai | Thailand |
tr_TR | Turkish | Turkey |
zh_CN | Simplified Chinese | International (CN standard) |
zh_TW | Traditional Chinese | International (TW standard) |