From 411fffe82ffd3a18274bcb7491ab1a91f1907cf2 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Thu, 7 Nov 2024 17:52:51 +0700 Subject: [PATCH] refactor: add i18n --- src/i18n/eng.ts | 2 +- src/i18n/tha.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index c06fca71..398680d3 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -717,7 +717,7 @@ export default { amount: 'Amount', payDueDate: 'Pay Due Date', callDueDate: 'Call Due Date', - + validUntil: 'Valid Until', processOn: 'Process on {msg}', productList: 'List of Product', diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index 8323b9e2..5bc3b0f2 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -712,7 +712,7 @@ export default { amount: 'จำนวนเงิน', payDueDate: 'วันที่กำหนดจ่าย', callDueDate: 'วันที่ครบกำหนดเรียก', - + validUntil: 'วันที่ใช้ได้ถึง', processOn: 'วันที่ดำเนินการ {msg}', productList: 'รายการสินค้า',