From 15cf4d1bb7e0c3c3c97847415b61db67fa7fe0ab Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Tue, 29 Oct 2024 09:01:08 +0700 Subject: [PATCH] feat: add i18n --- src/i18n/eng/index.ts | 1 + src/i18n/tha/index.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/i18n/eng/index.ts b/src/i18n/eng/index.ts index c162a2fd..f5ee78be 100644 --- a/src/i18n/eng/index.ts +++ b/src/i18n/eng/index.ts @@ -821,6 +821,7 @@ export default { }, preview: { + doc: 'View Document', productList: 'Product List', rank: 'Rank', productCode: 'Product Code', diff --git a/src/i18n/tha/index.ts b/src/i18n/tha/index.ts index e43ddc3e..771367bd 100644 --- a/src/i18n/tha/index.ts +++ b/src/i18n/tha/index.ts @@ -813,6 +813,7 @@ export default { }, preview: { + doc: 'ดูเอกสาร', productList: 'รายการสินค้า', rank: 'อันดับ', productCode: 'รหัสสินค้า',