Skip to content

borgqueenx/locale

 
 

Repository files navigation

Nash platform localization files

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.

Using GitHub

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/

Tips for contributors

  1. Make multiple sets of small changes. Keep your pull requests to 100 lines at most.
  2. Always ensure you are making changes against the latest version of the master branch.

You can view our simple contributions policy here.

Ask for help!

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.

Locales list

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)

About

Nash platform language package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.4%
  • Python 18.6%