diff --git a/react-native/app/translations/index.ts b/react-native/app/translations/index.ts index c554eb4..9bd773f 100644 --- a/react-native/app/translations/index.ts +++ b/react-native/app/translations/index.ts @@ -7,6 +7,6 @@ export const initTranslation = ()=>{ compatibilityJSON: 'v3', lng: RNLanguages.language, resources: resources, - fallbackLng: 'en-US', + fallbackLng: 'en', }) } \ No newline at end of file