From 769106d8d377ab61f3174ebf640a7579895c2903 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:04:41 +0700 Subject: [PATCH] =?UTF-8?q?refactor:=20=E0=B9=80=E0=B8=9E=E0=B8=B4?= =?UTF-8?q?=E0=B9=88=E0=B8=A1=20i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/en-US/employer-dialog.ts | 2 ++ src/i18n/th-th/employer-dialog.ts | 3 +++ 2 files changed, 5 insertions(+) diff --git a/src/i18n/en-US/employer-dialog.ts b/src/i18n/en-US/employer-dialog.ts index 0d84df27..31d08d86 100644 --- a/src/i18n/en-US/employer-dialog.ts +++ b/src/i18n/en-US/employer-dialog.ts @@ -6,4 +6,6 @@ export default { corporationEnglish: 'English company name', companyOwnerName: 'Company Owner Name', + + corporation:'Corporation' }; diff --git a/src/i18n/th-th/employer-dialog.ts b/src/i18n/th-th/employer-dialog.ts index 798aeede..e2f28c78 100644 --- a/src/i18n/th-th/employer-dialog.ts +++ b/src/i18n/th-th/employer-dialog.ts @@ -6,4 +6,7 @@ export default { corporationEnglish: 'ชื่อ บริษัท ภาษาอังกฤษ', companyOwnerName: 'ชื่อเจ้าของบริษัท', + + corporation:'ชื่อ บริษัท/นิติบุคคล' + };