From f01336def6b6941ee54006bdcaa7a2200c799a75 Mon Sep 17 00:00:00 2001 From: Net Date: Thu, 15 Aug 2024 16:34:58 +0700 Subject: [PATCH] refactor: add i18n of customerBranch --- src/i18n/en-US/index.ts | 1 + src/i18n/th-th/index.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 7ce9028e..b10b53c1 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -145,6 +145,7 @@ export default { attachment: 'Attachment', }, form: { + title: 'Branch', no: 'Branch No.', code: 'Branch Code', taxNo: 'Tax Identification Number', diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index ee86a874..f633d465 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -150,6 +150,7 @@ export default { attachment: 'เอกสารเพิ่มเติม', }, form: { + title: 'สาขา', no: 'เลขที่สาขา', code: 'รหัสสาขา', taxNo: 'เลขทะเบียนนิติบุคคล',