feat: update i18n

This commit is contained in:
Methapon2001 2024-04-10 20:27:47 +07:00
parent d9b48c0e1f
commit 2f10a11927
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -16,6 +16,7 @@ export default {
save: 'บันทึก',
edit: 'แก้ไขข้อมูล',
delete: 'ลบข้อมูล',
telephone: 'เบอร์โทรศัพท์',
...main,
...address,
...branch,