From e2fb2335163ece24a65d4e10accdbe05323ef85f Mon Sep 17 00:00:00 2001 From: zhongjin Date: Sun, 19 Feb 2023 23:19:09 +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 9d6cfb7..84cecc8 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: 'zhCN', + fallbackLng: 'zh_CN', }) i18next.changeLanguage(RNLanguages.language); } \ No newline at end of file