EmulatorJS/data/localization
Ethan O'Brien 729d138a98 Version 1.1.0
Co-authored-by: Allan Niles <74841470+allancoding@users.noreply.github.com>
2022-03-15 21:10:00 -05:00
..
el-GR.json Version 1.0 2022-02-20 15:51:00 -06:00
en.json Version 0.4.26 2022-02-14 11:21:00 -06:00
es-ES.json Version 0.4.26 2022-02-14 11:21:00 -06:00
ja-JA.json Version 1.1.0 2022-03-15 21:10:00 -05:00
pt-BR.json Version 0.4.26 2022-02-14 11:21:00 -06:00
readme.md Version 1.1.0 2022-03-15 21:10:00 -05:00
Translate.html Version 1.1.0 2022-03-15 21:10:00 -05:00

Localization

Supported languages

en-US - English US
pt-BR - Portuguese Brasil
es-ES - Spanish
el-GR - Greek
ja-JA - Japanese

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 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!!