From 8cca5f7e7d0fb9858c7f25ee1775a7fe66afe877 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:31:44 +0700 Subject: [PATCH] feat: add info to form tile i18n --- 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 6b68834d..cac33179 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -95,6 +95,7 @@ export default { form: { title: { + info: '{name}', create: 'Create {name}', edit: 'Edit {name}', }, diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index 156c9bfb..40047a96 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -96,6 +96,7 @@ export default { ...bank, form: { title: { + info: '{name}', create: 'สร้าง {name}', edit: 'แก้ไข {name}', },