From 36a49b46a8d430d7b4b084c071a38fd5fd81ab9f Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Tue, 21 Jan 2025 10:14:24 +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 9feffea7..f0072a67 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -1136,6 +1136,7 @@ export default { value: 'Value', netValue: 'Net Value', title: { + creditNote: 'Credit Note', quotation: 'Quotation', invoice: 'Invoice', payment: 'Payment', diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index 7ea82ca7..93b5a1f3 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -1117,6 +1117,7 @@ export default { value: 'มูลค่า', netValue: 'มูลค่าสุทธิ', title: { + creditNote: 'ใบลดหนี้', quotation: 'ใบเสนอราคา', invoice: 'ใบแจ้งหนี้', payment: 'ชำระหนี้',