From 637c503303fa0c9f4aa7dd3b168d8d088673ac19 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Thu, 8 Aug 2024 14:59:39 +0700 Subject: [PATCH] feat: update i18n --- src/i18n/en-US/index.ts | 2 ++ src/i18n/th-th/index.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index cac33179..01328aba 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -133,6 +133,7 @@ export default { address: 'Address', business: 'Business', contact: 'Contact', + attachment: 'Attachment', }, no: 'Branch No.', code: 'Branch Code', @@ -143,6 +144,7 @@ export default { registerName: 'Registered Name', registerDate: 'Registered Date', telephone: 'Telephone No.', + attachment: 'Attachment', }, }, }; diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index 40047a96..5bda5a9e 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -136,6 +136,7 @@ export default { address: 'ที่อยู่', business: 'ธุรกิจ', contact: 'ติดต่อ', + attachment: 'เอกสารเพิ่มเติม', }, form: { no: 'เลขที่สาขา', @@ -146,6 +147,7 @@ export default { authorizedCapital: 'ทุนจดทะเบียน', registerName: 'ชื่อที่จดทะเบียน', registerDate: 'วันที่จดทะเบียน', + attachment: 'เอกสารเพิ่มเติม', }, }, };