EmulatorJS/data/localization/readme.md

36 lines
845 B
Markdown
Raw Normal View History

2022-02-03 21:28:01 +00:00
# localization
Supported languages
2022-02-17 13:51:36 +00:00
`en-US` <br>
`pt-BR` <br>
`es-ES` <br>
`el-GR` <br>
2022-02-03 21:28:01 +00:00
2022-02-14 18:29:22 +00:00
default: `en-US`
add the line to your code to use
```js
EJS_language = ''; //language
```
If the language file is not found or there was an error fetching the file, the emulator will default to english.
2022-02-03 21:28:01 +00:00
## credits
2022-02-17 13:51:36 +00:00
translated for `pt-BR` by [@cesarcristianodeoliveira](https://github.com/cesarcristianodeoliveira) <br>
translated for `es-ES` by [@cesarcristianodeoliveira](https://github.com/cesarcristianodeoliveira) <br>
translated for `el-GR` by [@imneckro](https://github.com/imneckro)
2022-02-03 21:28:01 +00:00
## 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
2022-02-14 18:29:22 +00:00
Please contribute!!