From fba9adc5f30126a2ab8c42a0185fc80d3ab0858e Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Tue, 28 Jan 2025 09:55:57 +0700 Subject: [PATCH] feat: add i18n --- src/i18n/eng.ts | 2 ++ src/i18n/tha.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index ad494148..f04526da 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -145,6 +145,8 @@ export default { quotationPayment: 'Used to display payment details', orderDetail: 'To display the list of employees in that product', ofPage: '{current} of {total}', + included: 'Included', + notIncluded: 'Not Included', }, menu: { diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index 7f5929bf..cf6037b8 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -147,6 +147,8 @@ export default { quotationPayment: 'ใช้แสดงรายละเอียดในการชำระเงิน', orderDetail: 'เพื่อแสดงรายชื่อลูกจ้างในสินค้านั้นๆ', ofPage: '{current} จาก {total}', + included: 'รวม', + notIncluded: 'ไม่รวม', }, menu: {