From c97dd769c44568789636239b0a452f8081f86c71 Mon Sep 17 00:00:00 2001 From: Imken Luo Date: Sun, 3 Sep 2023 20:46:39 +0800 Subject: [PATCH] feat(locales): improve localization of zh-CN MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit “上个月” is more natural than “前一个月” in this context. --- src/locales/zh-CN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/zh-CN.json b/src/locales/zh-CN.json index 27e86e43..38a5bede 100644 --- a/src/locales/zh-CN.json +++ b/src/locales/zh-CN.json @@ -1,7 +1,7 @@ { "todayButton": "今天", "nextMonth": "下个月", - "previousMonth": "前一个月", + "previousMonth": "上个月", "nextYear": "明年", "previousYear": "去年", "weekdays": [