From 0dcda98beb2a09edfe5eb158c2ffa387ec204a8f Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Fri, 25 Oct 2024 16:47:47 +0700 Subject: [PATCH] refactor: add i18n --- src/i18n/eng/index.ts | 3 +++ src/i18n/tha/index.ts | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index 6259466d..56e1151e 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -110,6 +110,9 @@ export default { people: 'People', group: 'Group', laborIdentified: 'Labor identified', + beDue: 'It will be due in...', + due: 'Due', + overDue: 'Overdue', }, menu: { diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index f0f8bf4a..c9d8d5ad 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -110,6 +110,9 @@ export default { people: 'ผู้คน', group: 'กลุ่ม', laborIdentified: 'ระบุแรงงาน', + beDue: 'จะครบกำหนดในอีก', + due: 'ครบกำหนด', + overDue: 'เลยกำหนด', }, menu: {