diff --git a/react-native/app/translations/resources/index.ts b/react-native/app/translations/resources/index.ts index 1a8db3d..5812016 100644 --- a/react-native/app/translations/resources/index.ts +++ b/react-native/app/translations/resources/index.ts @@ -1,11 +1,11 @@ import en from "./en"; -import zhCN from "./zh_CN"; +import zh_CN from "./zh_CN"; export default { 'en': { translation: en }, - 'zh-CN': { - translation: zhCN + 'zh_CN': { + translation: zh_CN }, }