From 0356160376192bd6d44d70f15012fc2490d358a2 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:43:48 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88?= =?UTF-8?q?=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 f91326f8..7ab6d47e 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -58,6 +58,7 @@ export default { newUpload: 'New Upload', baseOnDevice: 'Base on Device', person: 'Person', + recordsPage: 'Showing {resultcurrentPage} out of {total} records', ...status, ...main, ...address, diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index cf4ce605..6602952e 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -58,6 +58,7 @@ export default { newUpload: 'อัปโหลดใหม่', baseOnDevice: 'สีตามอุปกรณ์', person: 'คน', + recordsPage: 'แสดง {resultcurrentPage} รายการจาก {total} รายการ', ...status, ...main, ...address,