From 1ca641d71803c5bc5dc14db6f43eed36bacae8be Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Tue, 29 Oct 2024 17:34:11 +0700 Subject: [PATCH] refactor: add i18n --- src/i18n/eng/index.ts | 3 ++- src/i18n/tha/index.ts | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index 8c852a8d..b2213d3a 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -653,7 +653,8 @@ export default { documentReceivePoint: 'Document Drop-Off Point"', dueDate: 'Quotation Due Date', specialCondition: 'Special Conditions', - + selectInvoice: 'Select Invoice', + approveInvoice: 'Approve the invoice', paymentCondition: 'Payment Terms', payType: 'Payment Methods', bank: 'Select Payment Account', diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 82e1da95..75d872b4 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -648,6 +648,8 @@ export default { documentReceivePoint: 'จุดรับเอกสาร', dueDate: 'วันครบกำหนดใบเสนอราคา', specialCondition: 'เงื่อนไขพิเศษ', + selectInvoice: 'เลือกใบแจ้งหนี้', + approveInvoice: 'อนุมัติใบแจ้งหนี้', paymentCondition: 'เงื่อนไขการชำระเงิน', payType: 'วิธีการชำระเงิน',