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 main from './main';
|
||||||
import drawerComponent from './drawer-component';
|
import drawerComponent from './drawer-component';
|
||||||
import branchMainPage from './branch-main-page';
|
import branchMainPage from './branch-main-page';
|
||||||
|
|
@ -18,6 +16,7 @@ export default {
|
||||||
save: 'Save',
|
save: 'Save',
|
||||||
edit: 'Edit',
|
edit: 'Edit',
|
||||||
delete: 'Delete',
|
delete: 'Delete',
|
||||||
|
telephone: 'Telephone',
|
||||||
...main,
|
...main,
|
||||||
...address,
|
...address,
|
||||||
...branch,
|
...branch,
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@ export default {
|
||||||
save: 'บันทึก',
|
save: 'บันทึก',
|
||||||
edit: 'แก้ไขข้อมูล',
|
edit: 'แก้ไขข้อมูล',
|
||||||
delete: 'ลบข้อมูล',
|
delete: 'ลบข้อมูล',
|
||||||
|
telephone: 'เบอร์โทรศัพท์',
|
||||||
...main,
|
...main,
|
||||||
...address,
|
...address,
|
||||||
...branch,
|
...branch,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue