From 1a6e28d17a75dc8b1607870cdab9749a8c6bc49b Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Thu, 26 Dec 2024 17:43:58 +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 6a8ac77e..6bfd4f10 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -1094,6 +1094,7 @@ export default { }, preview: { + taskOrder: 'Work Order', doc: 'View Document', productList: 'Product List', rank: 'Rank', diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index aaa96f3d..3fa91692 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -1076,6 +1076,7 @@ export default { }, preview: { + taskOrder: 'ใบสั่งงาน', doc: 'ดูเอกสาร', productList: 'รายการสินค้า', rank: 'อันดับ',