From 3f223ba767ee7a2374825a80dca0d611ca7b9533 Mon Sep 17 00:00:00 2001 From: Konv Suu <2583695112@qq.com> Date: Wed, 9 Apr 2025 15:25:51 +0800 Subject: [PATCH] feat: add i18n with Chinese (#3422) --- locales/common/zh-CN.json | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/common/zh-CN.json b/locales/common/zh-CN.json index 21fa7db41..bb4098a42 100644 --- a/locales/common/zh-CN.json +++ b/locales/common/zh-CN.json @@ -78,5 +78,6 @@ "words.starred": "收藏", "words.submit": "提交", "words.update": "更新", + "words.which.above": "以上", "words.which.all": "全部" }