Merge pull request #21 from gustavo-em/fallback_lenguage
Implementing fall back to the language in Intl library
This commit is contained in:
commit
ac300e2ba8
@ -6,6 +6,7 @@ export const initTranslation = ()=>{
|
||||
i18next.init({
|
||||
compatibilityJSON: 'v3',
|
||||
lng: RNLanguages.language,
|
||||
resources: resources
|
||||
resources: resources,
|
||||
fallbackLng: 'en-US',
|
||||
})
|
||||
}
|
Loading…
Reference in New Issue
Block a user