From 76584804c8c1291195498147f58b2696bfef7b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Will=20=E4=BF=9D=E5=93=A5?= Date: Wed, 29 May 2019 21:01:33 +0800 Subject: [PATCH] docs: add angular.tw (Traditional Chinese) site to navigation.json (#30723) PR Close #30723 --- aio/content/navigation.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/aio/content/navigation.json b/aio/content/navigation.json index c3a1c3979e..2d0fd97166 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -816,9 +816,13 @@ "title": "Languages", "children": [ { - "title": "中文版", + "title": "简体中文版", "url": "https://angular.cn/" }, + { + "title": "正體中文版", + "url": "https://angular.tw/" + }, { "title": "日本語版", "url": "https://angular.jp/"