From dffc6ebce6a4a83c8aa9cc038697dc5a0dfb1d0c Mon Sep 17 00:00:00 2001 From: MaleDong Date: Sun, 15 Jul 2018 19:05:52 +0800 Subject: [PATCH] [Fix] Add missing localization for `Community` part For `https://nodejs.org/zh-cn/about/`, we've missed a translation for the left title of `Community`. And this also happens with almost every other languages EXCEPT English. We DO NOT have `community` in our `site.json`. --- locale/zh-cn/site.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/locale/zh-cn/site.json b/locale/zh-cn/site.json index 03a8396eeffac..134c29d6b4377 100644 --- a/locale/zh-cn/site.json +++ b/locale/zh-cn/site.json @@ -37,6 +37,10 @@ "link": "about/governance", "text": "管理规则" }, + "community": { + "link": "about/community", + "text": "社区" + }, "workinggroups": { "link": "about/working-groups", "text": "工作组"