feat: 补全英文i18n翻译
This commit is contained in:
9
src/locale/en/index.ts
Normal file
9
src/locale/en/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