From 4d34af1b166a164cceab09873f075de7f1dacc8d Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Thu, 11 Apr 2024 09:48:48 +0700 Subject: [PATCH] feta: update i18n 'status' --- 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 d0bb09b2..8d3b0ef5 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -20,6 +20,7 @@ export default { telephone: 'Telephone', noData: 'No Data', code: 'Code', + status: 'Status', type: 'Type', ...main, ...address, diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index 2efdfbf0..aefc7995 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -22,6 +22,7 @@ export default { noData: 'ยังไม่มีข้อมูล', code: 'รหัส', type: 'ประเภท', + status: 'สถานะ', ...main, ...address, ...branch,