Localization

All translations are in messenger-apps/packages/@shared/translations directory.

To add a new language, create a file in translationsdirectory with the name in the format ISO 639-1

translations/fr.js
export default {
    firstName: 'Prénom'
}

Translate all keys, then import the file into translations/index.js and add to the export object.

Last updated