Skip to content

lukaskorba-indiedev/locale

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nash platform localization files

This is a open repository for the community to help translate and correct Nash locale files

Locale files are of format JSON and organized as:

{
"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, those are indentified by {{}} and should be kept as they are, only its textual content should be translated.

Never used Github? This is the easiest way to contribute: https://www.youtube.com/watch?v=5u0I0UX81tI

We have a simple contributions policy, see it here

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
it_IT Italian Italy
ja_JP Japanese Japan
ko_KR Korean Korea
nl_NL Dutch Netherlands and Belgium
pt_BR Portuguese International (BR standard)
ro_RO Romanian Romania
ru_RU Russian Russia
th_TH Thai Thailand
tr_TR Turkish Turkey
zh_CN Simplified Chinese International (CN standard)

About

Nash platform language package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%