feat:
新增国际化功能,language文件夹为语言选项,header选择语言类型
This commit is contained in:
11
nezha-fronted/src/components/common/language/cn.js
Normal file
11
nezha-fronted/src/components/common/language/cn.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import zhLocale from 'element-ui/lib/locale/lang/zh-CN' //引入element语言包
|
||||
const cn = {
|
||||
overall:{
|
||||
dashboard:'仪表盘',
|
||||
project:'工程',
|
||||
asset:'资产'
|
||||
},
|
||||
...zhLocale
|
||||
}
|
||||
|
||||
export default cn;
|
||||
Reference in New Issue
Block a user