更新 'react-native/app/translations/resources/index.ts'
This commit is contained in:
@@ -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
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user