This repo contains all the translation files for the Reminder app of Rocket.Chat. Feel free to contribute to these translations and improve them for the entire community.
Currently supported Languages:
- English
- Portuguese
- German
Next languages will be supported soon:
- Spanish
- French
Note: We're currently prioritizing introducing new languages based on community requests. So, if you wish to add request a new language, then please contact us here
If you have any questions or suggestions, please open an issue or a pull request on this repo. You can find all the translation files inside the 'i18n' folder. Couple of things to keep in mind:
- The file name should be in the format of '.json' where '' is the language code (i18n format, the same which Rocket.Chat uses).
- Some translation strings might be parameterized, so you should use the
__parameter__
to insert the parameters. Also note that the parameter name should not be changed in the translation files and it should always be the same as the one in the en.json file.
Note: Once any translation suggestions are merged to the main branch, we'll create a new app release which you'll be able to download and install & use the updated translations.