From 4840597b5ff6a784baf63718dc5c924762c6fb6a Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Thu, 19 May 2016 16:47:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E5=92=8C=E6=9C=AA=E7=BF=BB=E8=AF=91=E7=9A=84?= =?UTF-8?q?=E5=9C=B0=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/_includes/_util-fns.jade | 1 + public/docs/ts/latest/guide/_data.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/public/_includes/_util-fns.jade b/public/_includes/_util-fns.jade index 42dfe66944..35e790e874 100644 --- a/public/_includes/_util-fns.jade +++ b/public/_includes/_util-fns.jade @@ -14,6 +14,7 @@ //- Use #{_decorator} whereever the word "decorator" is expected, provided it is not //- preceded by the article "a". (E.g., will be "annotation" for Dart) - var _decorator = 'decorator'; +- var _decoratorCn = '装饰器'; //- Articles (which toggle between 'a' and 'an'). Used for, e.g., //- array vs. list; decorator vs. annotation. diff --git a/public/docs/ts/latest/guide/_data.json b/public/docs/ts/latest/guide/_data.json index 40ec6ee038..5d4970ae56 100644 --- a/public/docs/ts/latest/guide/_data.json +++ b/public/docs/ts/latest/guide/_data.json @@ -107,7 +107,7 @@ "router": { "title": "路由与导航", - "intro": "揭示通过Angular 2路由在屏幕上导航的基本原理。" + "intro": "揭示通过Angular 2路由在屏幕上导航的基本原理。", "hide": true },