From 68838cec6019c57436a409544c16feed7498cbf4 Mon Sep 17 00:00:00 2001
From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com>
Date: Thu, 8 Aug 2024 09:44:33 +0700
Subject: [PATCH] feat: update i18n
---
src/i18n/en-US/index.ts | 6 ++++++
src/i18n/th-th/index.ts | 6 ++++++
.../components/employer/EmployerFormBranch.vue | 11 +++++++----
3 files changed, 19 insertions(+), 4 deletions(-)
diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts
index 31354971..6b68834d 100644
--- a/src/i18n/en-US/index.ts
+++ b/src/i18n/en-US/index.ts
@@ -127,6 +127,12 @@ export default {
},
customerBranch: {
form: {
+ tab: {
+ main: 'About',
+ address: 'Address',
+ business: 'Business',
+ contact: 'Contact',
+ },
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 a0905a48..156c9bfb 100644
--- a/src/i18n/th-th/index.ts
+++ b/src/i18n/th-th/index.ts
@@ -130,6 +130,12 @@ export default {
},
},
customerBranch: {
+ tab: {
+ main: 'เกี่ยวกับ',
+ address: 'ที่อยู่',
+ business: 'ธุรกิจ',
+ contact: 'ติดต่อ',
+ },
form: {
no: 'เลขที่สาขา',
code: 'รหัสสาขา',
diff --git a/src/pages/03_customer-management/components/employer/EmployerFormBranch.vue b/src/pages/03_customer-management/components/employer/EmployerFormBranch.vue
index cd589890..555b5954 100644
--- a/src/pages/03_customer-management/components/employer/EmployerFormBranch.vue
+++ b/src/pages/03_customer-management/components/employer/EmployerFormBranch.vue
@@ -81,10 +81,13 @@ defineProps<{
active-color="primary"
no-caps
>
-
-
-
-
+
+
+
+