summaryrefslogtreecommitdiff
path: root/src/SMAPI/i18n/zh.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI/i18n/zh.json')
-rw-r--r--src/SMAPI/i18n/zh.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/SMAPI/i18n/zh.json b/src/SMAPI/i18n/zh.json
index 9c0e0c21..be485a79 100644
--- a/src/SMAPI/i18n/zh.json
+++ b/src/SMAPI/i18n/zh.json
@@ -1,3 +1,8 @@
{
- "warn.invalid-content-removed": "非法内容已移除以防游戏闪退(查看SMAPI控制台获得更多信息)"
+ // error messages
+ "warn.invalid-content-removed": "非法内容已移除以防游戏闪退(查看SMAPI控制台获得更多信息)",
+
+ // short date format for SDate
+ "generic.date": "{{season}}{{day}}日",
+ "generic.date-with-year": "第{{year}}年{{season}}{{day}}日"
}