Merge pull request #27 from gustavo-em/fix_fallback_to_en

Fix Fallback
pull/29/head
Tiago Jacobs 2 years ago committed by GitHub
commit b42b28a3a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,6 +7,6 @@ export const initTranslation = ()=>{
compatibilityJSON: 'v3',
lng: RNLanguages.language,
resources: resources,
fallbackLng: 'en-US',
fallbackLng: 'en',
})
}
Loading…
Cancel
Save