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:
commit
ec7c1991b5
@ -9,4 +9,5 @@ export const initTranslation = ()=>{
|
|||||||
resources: resources,
|
resources: resources,
|
||||||
fallbackLng: 'en',
|
fallbackLng: 'en',
|
||||||
})
|
})
|
||||||
|
i18next.changeLanguage(RNLanguages.language);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user