From 0fd01f6a345e8a44bf74526f136a8c3c80b120e6 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Tue, 1 Oct 2024 11:34:42 +0700 Subject: [PATCH] refactor: 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 4fe9dcdc..4067245e 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -171,6 +171,7 @@ export default { basicInformation: 'Basic Information', address: 'Address', }, + customerInformation: 'Customer Information{msg}', birthDate: 'Birth Date', email: 'Email', telephone: 'Telephone', diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 2ad3621b..4f978ff5 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -170,6 +170,7 @@ export default { basicInformation: 'ข้อมูลพื้นฐาน', address: 'ข้อมูลที่อยู่', }, + customerInformation: 'ข้อมูลนายจ้าง{msg}', alienReferenceNumber: 'เลขที่อ้างอิงคนต่างด้าว', birthDate: 'วันเดือนปีเกิด', email: 'อีเมล',