feat: Main => i18n

This commit is contained in:
puriphatt 2024-04-04 11:28:52 +07:00
parent 08fef3ac09
commit bae9e48afa
6 changed files with 100 additions and 29 deletions

View file

@ -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,
};