From 713bf5509f2d719724d6c3128adf2078360c6c75 Mon Sep 17 00:00:00 2001 From: Z Date: Wed, 23 Oct 2019 16:24:51 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E9=97=AD=E7=A4=BE=E6=A0=91=20to=20naviga?= =?UTF-8?q?tion,=20with=20horrible=20way?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mastodon/features/ui/components/navigation_panel.js | 1 + app/javascript/mastodon/locales/zh-CN.json | 1 + 2 files changed, 2 insertions(+) diff --git a/app/javascript/mastodon/features/ui/components/navigation_panel.js b/app/javascript/mastodon/features/ui/components/navigation_panel.js index 8c1fde1b1..204ee9294 100644 --- a/app/javascript/mastodon/features/ui/components/navigation_panel.js +++ b/app/javascript/mastodon/features/ui/components/navigation_panel.js @@ -11,6 +11,7 @@ import TrendsContainer from 'mastodon/features/getting_started/containers/trends const NavigationPanel = () => (
+ diff --git a/app/javascript/mastodon/locales/zh-CN.json b/app/javascript/mastodon/locales/zh-CN.json index 6430342d7..14456e333 100644 --- a/app/javascript/mastodon/locales/zh-CN.json +++ b/app/javascript/mastodon/locales/zh-CN.json @@ -385,6 +385,7 @@ "suggestions.header": "您可能会感兴趣…", "tabs_bar.federated_timeline": "跨站", "tabs_bar.home": "主页", + "tabs_bar.tree": "闭社树", "tabs_bar.local_timeline": "本站", "tabs_bar.notifications": "通知", "tabs_bar.search": "搜索",