feat: add i18n
This commit is contained in:
parent
2fb2c3bc3d
commit
c2d7e1f9c5
6 changed files with 16 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import branchMainPage from './branch-main-page';
|
|||
import personnelMainPage from './personnel-main-page';
|
||||
import address from './address';
|
||||
import branch from './branch';
|
||||
import user from './user';
|
||||
|
||||
export default {
|
||||
ok: 'Confirm',
|
||||
|
|
@ -20,6 +21,7 @@ export default {
|
|||
...main,
|
||||
...address,
|
||||
...branch,
|
||||
...user,
|
||||
...drawerComponent,
|
||||
...branchMainPage,
|
||||
...personnelMainPage,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue