From d3caa1ab5a00632129257d0fb955d65e7b4c18b7 Mon Sep 17 00:00:00 2001 From: TJT Date: Sun, 26 Feb 2017 02:01:25 -0600 Subject: [PATCH] Fix typo in cookbook/i18n (#194) --- public/docs/ts/latest/cookbook/i18n.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/cookbook/i18n.jade b/public/docs/ts/latest/cookbook/i18n.jade index be7d88f623..d9fa5b5bac 100644 --- a/public/docs/ts/latest/cookbook/i18n.jade +++ b/public/docs/ts/latest/cookbook/i18n.jade @@ -761,7 +761,7 @@ a#aot It does explain the few steps necessary to tell the AOT compiler to apply a translations file. 本烹饪书不介绍如何构建多种应用程序包和如何根据用户的语言设置推送它们。 - 它介绍了一些必要的步骤,来告诉AoT采用用翻译文件。 + 它介绍了一些必要的步骤,来告诉AoT采用翻译文件。 Internationalization with the AOT compiler requires some setup specifically for AOT compilation.