From e08c3232eb5f830d68c83a8a00f10da8ebe51e4b Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Fri, 25 Oct 2024 18:10:29 +0700 Subject: [PATCH] feat: add i18n --- src/i18n/eng/index.ts | 1 + src/i18n/tha/index.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index 638b734a..fd314229 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -35,6 +35,7 @@ export default { detail: '{msg} Detail', remark: '{msg} Remark', createdAt: 'Created at', + validUntil: 'Valid until', noData: 'No {msg} Data', noField: 'No Field', notFound: 'Not Found', diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 6cd8e088..4e2759cb 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -35,6 +35,7 @@ export default { detail: 'รายละเอียด{msg}', remark: 'หมายเหตุ{msg}', createdAt: 'สร้างเมื่อ', + validUntil: 'ใช้ได้ถึง', noData: 'ไม่มีข้อมูล{msg}', noField: 'ไม่มีฟิลด์', notFound: 'ไม่พบ',