feat: update i18n
This commit is contained in:
parent
d9b48c0e1f
commit
2f10a11927
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,3 @@
|
|||
// This is just an example,
|
||||
// so you can safely delete all default props below
|
||||
import main from './main';
|
||||
import drawerComponent from './drawer-component';
|
||||
import branchMainPage from './branch-main-page';
|
||||
|
|
@ -18,6 +16,7 @@ export default {
|
|||
save: 'Save',
|
||||
edit: 'Edit',
|
||||
delete: 'Delete',
|
||||
telephone: 'Telephone',
|
||||
...main,
|
||||
...address,
|
||||
...branch,
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ export default {
|
|||
save: 'บันทึก',
|
||||
edit: 'แก้ไขข้อมูล',
|
||||
delete: 'ลบข้อมูล',
|
||||
telephone: 'เบอร์โทรศัพท์',
|
||||
...main,
|
||||
...address,
|
||||
...branch,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue