From 557c676c417ae37b0fa4ef38d9ea6af4d096a3f4 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Thu, 11 Apr 2024 09:52:41 +0700 Subject: [PATCH] feat: i18n add language and language name --- src/i18n/en-US/index.ts | 2 ++ src/i18n/th-th/index.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 4ca1a0b3..bca54fd9 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -23,6 +23,8 @@ export default { code: 'Code', status: 'Status', type: 'Type', + language: 'Language', + languageName: 'English', ...main, ...address, ...branch, diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index aefc7995..56c2f6e5 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -23,6 +23,8 @@ export default { code: 'รหัส', type: 'ประเภท', status: 'สถานะ', + language: 'ภาษา', + languageName: 'ไทย', ...main, ...address, ...branch,