From 6a1023668cbe139ab71fc7f02116546a1a0b039b Mon Sep 17 00:00:00 2001 From: zhongjin Date: Sun, 19 Feb 2023 23:18:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'react-native/app/translat?= =?UTF-8?q?ions/resources/index.ts'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- react-native/app/translations/resources/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }, }