From 0ddda9cd352285daf90b1e765ab0edcca6b8fa0f Mon Sep 17 00:00:00 2001 From: Net Date: Thu, 12 Sep 2024 14:22:31 +0700 Subject: [PATCH] refactor: add i18n --- src/i18n/eng/index.ts | 5 +++++ src/i18n/tha/index.ts | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index ae5af7b6..20fb3d35 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -62,6 +62,10 @@ export default { contactName: 'Contact Name', image: 'Image of ', apply: 'Apply', + + licenseNumber: 'License number', + dateOfIssue: 'Date of issue', + expirationDate: 'Expiration date', }, menu: { @@ -456,6 +460,7 @@ export default { business: 'Business', contact: 'Contact', attachment: 'Upload Document', + remark: 'remark', }, form: { title: 'Branch', diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 4bfa3212..f212403c 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -62,6 +62,9 @@ export default { contactName: 'ติดต่อ', image: 'รูปภาพ', apply: 'นำไปใช้', + licenseNumber: 'เลขที่ใบอนุญาต', + dateOfIssue: 'วันที่อนุญาต', + expirationDate: 'วันที่หมดอายุ', }, menu: { @@ -454,6 +457,7 @@ export default { business: 'ธุรกิจ', contact: 'ติดต่อ', attachment: 'อัปโหลดเอกสาร', + remark: 'หมายเหตุ', }, form: { title: 'สาขา',