From bb110e5400667058d9bdc9d2e404efa40cad79ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=A4=E5=9F=8E=E7=BB=93=E8=A1=A3?= Date: Thu, 7 Jul 2022 11:52:00 +0800 Subject: [PATCH] fix(theme-translations): improve grammar of zh translation (#7696) * fix: a grammar mistake * Update packages/docusaurus-theme-translations/locales/zh-Hans/theme-common.json Co-authored-by: Joshua Chen Co-authored-by: Joshua Chen --- .../locales/zh-Hans/theme-common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docusaurus-theme-translations/locales/zh-Hans/theme-common.json b/packages/docusaurus-theme-translations/locales/zh-Hans/theme-common.json index 9475f7e3ba..327a56faee 100644 --- a/packages/docusaurus-theme-translations/locales/zh-Hans/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/zh-Hans/theme-common.json @@ -28,7 +28,7 @@ "theme.blog.post.plurals": "{count} 篇博文", "theme.blog.post.readMore": "阅读更多", "theme.blog.post.readMoreLabel": "阅读 {title} 的全文", - "theme.blog.post.readingTime.plurals": "{readingTime} 分钟阅读", + "theme.blog.post.readingTime.plurals": "阅读需 {readingTime} 分钟", "theme.blog.sidebar.navAriaLabel": "最近博文导航", "theme.blog.tagTitle": "{nPosts} 含有标签「{tagName}」", "theme.colorToggle.ariaLabel": "切换浅色/暗黑模式(当前为{mode})",