From 2066faa4647a96f828146159bba1fb75c9b23b52 Mon Sep 17 00:00:00 2001 From: "cyril.tsui" Date: Fri, 21 Feb 2025 14:03:30 +0800 Subject: [PATCH] add i18n --- src/i18n/en/common.json | 1 + src/i18n/zh/common.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/en/common.json b/src/i18n/en/common.json index c82cd5d..1104503 100644 --- a/src/i18n/en/common.json +++ b/src/i18n/en/common.json @@ -21,6 +21,7 @@ "Submit Fail": "Submit Fail", "Do you want to delete?": "Do you want to delete", "Delete Success": "Delete Success", + "Save Success": "Save Success", "Details": "Details", "Delete": "Delete", diff --git a/src/i18n/zh/common.json b/src/i18n/zh/common.json index 53774bf..3033104 100644 --- a/src/i18n/zh/common.json +++ b/src/i18n/zh/common.json @@ -16,7 +16,8 @@ "Submit Fail": "提交失敗", "Do you want to delete?": "你是否確認要刪除?", "Delete Success": "刪除成功", - + "Save Success": "儲存成功", + "Date": "日期", "Month": "月份",