From de92e7f6a92c7652be374ec4c1bfa5aea20522e6 Mon Sep 17 00:00:00 2001 From: Net Date: Mon, 19 Aug 2024 17:16:50 +0700 Subject: [PATCH] refactor: add i18n --- 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 efd71c96..66fd1b50 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -128,6 +128,7 @@ export default { basicInfo: 'Basic Information', branch: 'Branch', }, + instance: '{index} instance', codeAbbrev: 'Company Abbreviation', codeNumber: 'Company Number', registeredBranch: 'Registered Branch', diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index 82fbd7fd..ef2e04f8 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -130,6 +130,7 @@ export default { basicInfo: 'ข้อมูลพื้นฐาน', branch: 'ข้อมูลสาขา', }, + instance: 'ครั้งที่ {index}', codeAbbrev: 'ชื่อย่อบริษัท', codeNumber: 'เลขประจำตัวบริษัท', registeredBranch: 'สาขาที่ลงทะเบียน',