From 52888e7ee7bd8f20b4b1a43c80632f67e53dcd6b Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Thu, 4 Apr 2024 15:25:02 +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=20=20=E0=B8=82=E0=B8=AD=E0=B8=87=20=20manu?= =?UTF-8?q?=20tree?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/en-US/index.ts | 2 ++ src/i18n/th-th/index.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 935bd0c7..d7557e35 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -12,6 +12,8 @@ export default { search: 'Search', download: 'Download', save: 'Save', + edit: 'Edit', + delete: 'Delete', ...drawerComponent, ...branchMainPage, ...main, diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index b5a3fbc0..1fa7bc0e 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -10,6 +10,8 @@ export default { search: 'ค้นหา', download: 'ดาวน์โหลด', save: 'บันทึก', + edit: 'แก้ไขข้อมูล', + delete: 'ลบข้อมูล', ...drawerComponent, ...branchMainPage, ...main,