EmulatorJS/data/localization
2022-02-17 07:51:36 -06:00
..
el-GR.json Create el-GR.json 2022-02-17 13:26:04 +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
pt-BR.json more languages! 2022-02-03 15:28:01 -06:00
readme.md Update credits 2022-02-17 07:51:36 -06:00

localization

Supported languages

en-US
pt-BR
es-ES
el-GR

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

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