From bf5b868d31057088db79c46e4e56e8973abd8253 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:37:40 +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/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 c775372d..d612098f 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -61,6 +61,7 @@ export default { recordsPage: 'Showing {resultcurrentPage} out of {total} records', showing: 'Showing', dataSum: 'Data Summaries', + createdAt: 'Created At', ...status, ...main, ...address, diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index d1591d49..cecc7788 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -61,6 +61,7 @@ export default { recordsPage: 'แสดง {resultcurrentPage} รายการจาก {total} รายการ', showing: 'แสดงทีละ', dataSum: 'สรุปจำนวนข้อมูล', + createdAt: 'สร้างเมื่อ', ...status, ...main, ...address,