feat: Main => i18n
This commit is contained in:
parent
08fef3ac09
commit
bae9e48afa
6 changed files with 100 additions and 29 deletions
|
|
@ -2,6 +2,7 @@
|
|||
// so you can safely delete all default props below
|
||||
import drawerComponent from './drawer-component';
|
||||
import branchMainPage from './branch-main-page';
|
||||
import main from './main';
|
||||
|
||||
export default {
|
||||
ok: 'Confirm',
|
||||
|
|
@ -13,4 +14,5 @@ export default {
|
|||
save: 'Save',
|
||||
...drawerComponent,
|
||||
...branchMainPage,
|
||||
...main,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue