All translations are in translations directory.
translations
To add a new language, create a file in translationsdirectory with the name in the format ISO 639-1
export default { first_name: 'Prénom', }
Translate all keys, then import the file into translations/index.js and add to the export object.
translations/index.js
Read more on Expo.arrow-up-right
Last updated 6 years ago