From d7045c586e8dc00b9d19b002d9ee3f5471d88b1e Mon Sep 17 00:00:00 2001 From: zhongjin Date: Sun, 19 Feb 2023 23:17:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'react-native/app/translat?= =?UTF-8?q?ions/index.ts'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 27a7af1..9d6cfb7 100644 --- a/react-native/app/translations/index.ts +++ b/react-native/app/translations/index.ts @@ -7,7 +7,7 @@ export const initTranslation = ()=>{ compatibilityJSON: 'v3', lng: RNLanguages.language, resources: resources, - fallbackLng: 'en', + fallbackLng: 'zhCN', }) i18next.changeLanguage(RNLanguages.language); } \ No newline at end of file