From 16ea66484d3b6e1347303a0a23a553a13cf85157 Mon Sep 17 00:00:00 2001 From: net Date: Tue, 14 Oct 2025 17:51:05 +0700 Subject: [PATCH] refactor: add i18n #229 --- src/i18n/eng.ts | 2 ++ src/i18n/tha.ts | 1 + 2 files changed, 3 insertions(+) diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index c4c17eae..bd73b2d4 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -1234,6 +1234,8 @@ export default { reqNotMet: 'Not Match', systemError: 'A system error occurred.', taskOrderInvalid: 'Please select the product and the organization.', + + flowAccountProductIdNotFound: 'Product not found in flow account', }, }, diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index f94f9a7a..fabda8d0 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -1220,6 +1220,7 @@ export default { reqNotMet: 'ไม่ตรงกัน', systemError: 'ระบบเกิดข้อผิดพลาด', taskOrderInvalid: 'โปรดเลือก สินค้าเเละหน่วยงาน', + flowAccountProductIdNotFound: 'ไม่พบสินค้าใน flow account', }, },