From f6e15a19a342216fafd23c9b1d0668c0180ba3bc Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Wed, 3 Jul 2024 17:49:24 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88?= =?UTF-8?q?=E0=B8=A1=20=20i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/en-US/branch.ts | 2 ++ src/i18n/th-th/branch.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/i18n/en-US/branch.ts b/src/i18n/en-US/branch.ts index f4efbf07..95902606 100644 --- a/src/i18n/en-US/branch.ts +++ b/src/i18n/en-US/branch.ts @@ -18,4 +18,6 @@ export default { branchLabelAddress: 'Branch Address', branchLabelType: 'Branch Type', branchLabelStatus: 'Branch Status', + + registeredBranch: 'Registered Branch', }; diff --git a/src/i18n/th-th/branch.ts b/src/i18n/th-th/branch.ts index 2506a04a..36782675 100644 --- a/src/i18n/th-th/branch.ts +++ b/src/i18n/th-th/branch.ts @@ -18,4 +18,6 @@ export default { branchLabelAddress: 'ที่อยู่สาขา', branchLabelType: 'ประเภทสาขา', branchLabelStatus: 'สถานะสาขา', + + registeredBranch: 'สาขาที่ลงทะเบียน', };