All translations are in messenger-apps/packages/@shared/translations directory.
messenger-apps/packages/@shared/translations
To add a new language, create a file in translationsdirectory with the name in the format ISO 639-1
translations
export default { firstName: 'Prénom' }
Translate all keys, then import the file into translations/index.js and add to the export object.
translations/index.js
Last updated 5 years ago