From a3c628fe1d8329687632a325fa9201cd49005bf4 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Fri, 10 Jan 2025 10:09:40 +0700 Subject: [PATCH] refactor: add i18n --- src/i18n/eng.ts | 1 + src/i18n/tha.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index e96fd83e..0f670d06 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -299,6 +299,7 @@ export default { branchNameField: "Only letters, numbers, or the characters . , - ' &.", branchNameENField: "Only English letters, numbers, or the characters . , - ' &.", + passportFormat: 'Please enter the passport number in the correct format.', }, warning: { title: 'Warning {msg}', diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index e942012a..6c9007af 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -298,6 +298,7 @@ export default { branchNameField: "โปรดใช้ตัวอักษร ตัวเลข หรือ . , - ' & เท่านั้น", branchNameENField: "โปรดใช้ตัวอักษรภาษาอังกฤษ ตัวเลข หรือ . , - ' & เท่านั้น", + passportFormat: 'กรุณากรอกหมายเลขพาสปอร์ตให้ถูกต้องตามรูปแบบ', }, warning: { title: 'แจ้งเตือน {msg}',