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