feat: add i18n

This commit is contained in:
Methapon2001 2024-04-10 17:22:54 +07:00
parent 2fb2c3bc3d
commit c2d7e1f9c5
6 changed files with 16 additions and 0 deletions

View file

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