From 47a49123396f254798b0ca7d1136c563899d1fcc Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Sun, 26 Jan 2020 09:14:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9C=B0=E5=8C=BA=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/architecture.md b/aio/content/guide/architecture.md index 4ff54b30a0..1e195d8932 100644 --- a/aio/content/guide/architecture.md +++ b/aio/content/guide/architecture.md @@ -129,7 +129,7 @@ Your templates can use *pipes* to improve the user experience by transforming va For example, use pipes to display dates and currency values that are appropriate for a user's locale. Angular provides predefined pipes for common transformations, and you can also define your own pipes. -你的模板也可以用*管道*转换要显示的值以增强用户体验。比如,可以使用管道来显示适合用户所在地区的日期和货币格式。 +你的模板也可以用*管道*转换要显示的值以增强用户体验。比如,可以使用管道来显示适合用户所在语言环境的日期和货币格式。 Angular 为一些通用的转换提供了预定义管道,你还可以定义自己的管道。