From 9bbc31be0d44fedea5cc4ea3ab90a1b184fbcd65 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Thu, 13 Jun 2024 10:05:12 +0000 Subject: [PATCH] feat: add i18n --- src/i18n/en-US/index.ts | 1 + src/i18n/th-th/index.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 0099446a..0f1d3ea2 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -44,6 +44,7 @@ export default { clear: 'Clear', detail: 'Detail', add: 'Add', + name: 'Name', ...status, ...main, ...address, diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index 7b8556dd..b6b4091d 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -44,6 +44,7 @@ export default { clear: 'ล้าง', detail: 'รายละเอียด', add: 'เพิ่ม', + name: 'ชื่อ', ...status, ...main, ...address,