Merge pull request #29 from gustavo-em/fix_translations_string

Fix to string of language which doesn't are find in the repository
This commit is contained in:
Tiago Jacobs 2022-04-14 16:47:41 -03:00 committed by GitHub
commit ec7c1991b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,4 +9,5 @@ export const initTranslation = ()=>{
resources: resources,
fallbackLng: 'en',
})
i18next.changeLanguage(RNLanguages.language);
}