New language translation support

How can I add a new language translation to the web client and emails?

Is there an file that is storing all the strings that I can translate?

For mail, you can make a new language file in the mail/strings directory. Copy the contents of en.js into a new file called the 2-letter ISO 639-1 code of the language you are adding (es.js, jp.js, etc…). You should then translate the strings.

For web, follow the same steps as above. The string files are in /web/src/config. After you’re done translating, you have to import the new file in localizedStrings.js.

2 Likes