EmulatorJS/data/localization
ericKuang 2e90d0712f
Update chi-CHI.json
Optimize some Chinese translations in localization.json and fix some Chinese translation errors
2022-09-03 16:17:18 +08:00
..
af-FR.json Add new languages! 2022-05-13 21:37:58 -06:00
ar-AR.json Add new languages! 2022-05-13 21:37:58 -06:00
ben-BEN.json Add new languages! 2022-05-13 21:37:58 -06:00
chi-CHI.json Update chi-CHI.json 2022-09-03 16:17:18 +08:00
de-GER.json Add new languages! 2022-05-13 21:37:58 -06:00
el-GR.json Update el-GR.json 2022-02-19 22:05:24 +02:00
en.json more languages! 2022-02-03 15:28:01 -06:00
es-ES.json more languages! 2022-02-03 15:28:01 -06:00
hi-HI.json Add new languages! 2022-05-13 21:37:58 -06:00
ja-JA.json Create ja-JA.json 2022-02-22 19:02:34 -07:00
jv-JV.json Add new languages! 2022-05-13 21:37:58 -06:00
ko-KO.json Add new languages! 2022-05-13 21:37:58 -06:00
pt-BR.json more languages! 2022-02-03 15:28:01 -06:00
readme.md Add new languages! 2022-05-13 21:37:58 -06:00
ru-RU.json Add new languages! 2022-05-13 21:37:58 -06:00
Translate.html Add files via upload 2022-02-23 07:35:23 -07:00

Localization

Supported languages

en-US - English US
pt-BR - Portuguese Brasil
es-ES - Spanish
el-GR - Greek
ja-JA - Japanese
chi-CHI - Chinese
hi-HI - Hindi
ar-AR - Arabic
jv-JV - Javanese
ben-BEN - Bengali
ru-RU - Russian
de-GER - German
ko-KO - Korean
af-FR - French

default: en-US

add the line to your code to use

EJS_language = ''; //language

If the language file is not found or there was an error fetching the file, the emulator will default to english.

credits

translated for pt-BR by @cesarcristianodeoliveira
translated for es-ES by @cesarcristianodeoliveira
translated for el-GR by @imneckro
translated for ja-JA, chi-CHI, hi-HI, ar-AR, jv-JV, ben-BEN, ru-RU, de-GER, ko-KO, af-FR by @allancoding

contributing

download the default en.json file and simply translate all the words that start with the - (remove the dash afterwards) then perform a pull request or open an issue with the file uploaded and I will add your work

Please contribute!!

Enything that is incorrect or needs to be fix please perform a pull request!