From 1fc31f3cc53fc69b2a360ce7dee8f24a77c51360 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Wed, 2 Oct 2024 15:06:57 +0700 Subject: [PATCH] refactor: i18n --- src/i18n/eng/index.ts | 2 +- src/i18n/tha/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index 4067245e..a53aebbe 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -35,7 +35,7 @@ export default { detail: '{msg} Detail', remark: '{msg} Remark', createdAt: 'Created at', - noData: 'No Data', + noData: 'No {msg} Data', noField: 'No Field', notFound: 'Not Found', viewDetail: 'View Detail', diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 4f978ff5..490da368 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -35,7 +35,7 @@ export default { detail: 'รายละเอียด{msg}', remark: 'หมายเหตุ{msg}', createdAt: 'สร้างเมื่อ', - noData: 'ไม่มีข้อมูล', + noData: 'ไม่มีข้อมูล{msg}', noField: 'ไม่มีฟิลด์', notFound: 'ไม่พบ', viewDetail: 'ดูรายละเอียด',