Translations

All translations are in translations directory.

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

Example

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

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

Read more on Expo.

Last updated