From e55935ce3aa3674dd896d8c540cb01d20c2380b9 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:51:10 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88?= =?UTF-8?q?=E0=B8=A1=20=20i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/en-US/product-service.ts | 1 + src/i18n/th-th/product-service.ts | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/i18n/en-US/product-service.ts b/src/i18n/en-US/product-service.ts index a8cc65ef..ce52ca79 100644 --- a/src/i18n/en-US/product-service.ts +++ b/src/i18n/en-US/product-service.ts @@ -27,6 +27,7 @@ export default { addService: 'Add Service', buttonAddProduct: 'Add Product', + editProduct: 'Edit Product', serviceInformation: 'Service Information', workInformation: 'Work Information', diff --git a/src/i18n/th-th/product-service.ts b/src/i18n/th-th/product-service.ts index ca8a15ef..ddd82a28 100644 --- a/src/i18n/th-th/product-service.ts +++ b/src/i18n/th-th/product-service.ts @@ -27,6 +27,8 @@ export default { addService: 'เพิ่มบริการ', buttonAddProduct: 'เพิ่มสินค้า', + + editProduct: 'แก้ไขสินค้า', serviceInformation: 'ข้อมูลบริการ', workInformation: 'ข้อมูลงาน', workName: 'ชื่องาน',