From a367612d208202de8678d4d1371e7a570d04a293 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Tue, 17 Dec 2024 13:03:05 +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 c4a691be..825b232f 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -722,6 +722,7 @@ export default { }, quotation: { + letterOfAcceptance: 'Letter of Acceptance', addWorker: 'Add Worker', importWorker: 'Search for worker from the data.', templateForm: 'Select a template document form.', diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index 60b70600..03678769 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -714,6 +714,7 @@ export default { }, quotation: { + letterOfAcceptance: 'ไฟล์เอกสารหนังสือยอมรับ', addWorker: 'เพิ่มแรงงาน', importWorker: 'ค้นหาแรงงานจากข้อมูล ', templateForm: 'เลือกแบบฟอร์มเอกสารต้นแบบ',