From 78efbb2890240458b3f776b86ac4c117621b2888 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Wed, 14 Aug 2024 19:53:09 +0700 Subject: [PATCH] feat: add i18n --- src/i18n/en-US/index.ts | 3 +++ src/i18n/th-th/index.ts | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index eefe35bd..c98844e9 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -93,6 +93,9 @@ export default { ...alertDialog, ...bank, + menu: { + dms: 'Document Management', + }, form: { title: { info: '{name}', diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index 9255a687..ee86a874 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -94,6 +94,9 @@ export default { ...productService, ...alertDialog, ...bank, + menu: { + dms: 'จัดการเอกสาร', + }, form: { title: { info: '{name}',