refactor: 调整i18n文本目录结构
- 目录调整: i18n文本由单文件改为多文件 - 组件修改: 对应组件内的文本key做出对应修改 - WIP: 其他语言适配逐步完成...
This commit is contained in:
9
src/locale/zh/index.ts
Normal file
9
src/locale/zh/index.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import common from './common.json'
|
||||
import page from './page'
|
||||
import units from './units.json'
|
||||
|
||||
export default {
|
||||
common,
|
||||
units,
|
||||
page,
|
||||
}
|
||||
Reference in New Issue
Block a user