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