更新 'react-native/app/translations/resources/index.ts'

This commit is contained in:
zhongjin 2023-02-19 23:18:42 +08:00
parent d7045c586e
commit 6a1023668c

View File

@ -1,11 +1,11 @@
import en from "./en"; import en from "./en";
import zhCN from "./zh_CN"; import zh_CN from "./zh_CN";
export default { export default {
'en': { 'en': {
translation: en translation: en
}, },
'zh-CN': { 'zh_CN': {
translation: zhCN translation: zh_CN
}, },
} }