From 480e123d89c0cbd6faf09b2cbc9724a6d46fee31 Mon Sep 17 00:00:00 2001 From: Gustavo Emanuel Farias Rosa Date: Thu, 14 Apr 2022 09:32:53 -0300 Subject: [PATCH] fix fallback --- react-native/app/translations/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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