Translations

May 30, 2024 ยท View on GitHub

Translations of texts used in all platforms

How to add a new language translations

All translated texts are kept in json files. For example, es.json file has all spanish language translations of the texts used in the application

To add a new language

  • First find out the 2 letter language code for your language - see List of ISO 639 language codes
  • Create a json file by copying the en.json file
  • Start replacing the english texts by the translated texts