From 06fb5b7c61cfa72a3669bdb515c886cff8366faa Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Tue, 29 Oct 2024 11:05:01 +0700 Subject: [PATCH] refactro: add i18n --- src/i18n/eng/index.ts | 1 + src/i18n/tha/index.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index bcea9e22..6b656060 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -658,6 +658,7 @@ export default { paySplitCount: 'Number of Installments', payTotal: 'Total {msg}', + paySplitMessage: 'Amount to be paid (Baht)', summary: 'Total Summary', periodNo: 'Installment No."', amount: 'Amount', diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index 32245c27..4cd28f2d 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -652,7 +652,7 @@ export default { bank: 'เลือกบัญชีชำระเงิน', paySplitCount: 'จำนวนงวด', payTotal: 'ยอดชำระ {msg}', - + paySplitMessage: 'จำนวนเงินที่ต้องชำระ (บาท)', summary: 'สรุปยอดทั้งหมด', periodNo: 'งวดที่', amount: 'จำนวนเงิน',