From a38cd5e75d00b4c27290438b88e79bdc00c744eb Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Tue, 12 Nov 2024 10:39:38 +0700 Subject: [PATCH] refactor: add i18n --- src/i18n/eng.ts | 2 ++ src/i18n/tha.ts | 1 + 2 files changed, 3 insertions(+) diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index 44053da6..adf47d68 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -593,6 +593,8 @@ export default { fatherBirthPlace: 'Father Birth Place', mother: 'Mother', motherBirthPlace: 'Mother Birth Place', + + telephoneNo: "Worker's phone number", }, fileType: { passport: 'Passport', diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index 901730d4..00575f2e 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -588,6 +588,7 @@ export default { fatherBirthPlace: 'สถานที่เกิดของบิดา', mother: 'มารดา', motherBirthPlace: 'สถานที่เกิดของมารดา', + telephoneNo: 'เบอร์โทรศัพท์คนงาน', }, fileType: { passport: 'ข้อมูลหนังสือการเดินทาง',