feat: เพิ่ม i18n

This commit is contained in:
Net 2024-04-25 09:48:54 +07:00
parent 27e2ac2dc2
commit 7534059ec7
2 changed files with 6 additions and 0 deletions

View file

@ -99,4 +99,7 @@ export default {
formDialogAttachment: 'Attachment Document',
formDialogCustomerBranch: 'Branch Information',
formDialogAddress: 'Address in Thai',
formDialogAddressEN: 'Address in English',
};

View file

@ -98,4 +98,7 @@ export default {
formDialogAttachment: 'แบบเอกสารประจำตัว',
formDialogCustomerBranch: 'ข้อมูลสาขา',
formDialogAddress: 'ที่อยู่ ภาษาไทย',
formDialogAddressEN: 'ที่อยู่ ภาษาอังกฤษ',
};