From 5a952256b28459504a002038f7475c0aa7ebf6cd Mon Sep 17 00:00:00 2001 From: vurtne0511 Date: Tue, 11 Dec 2018 16:57:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=A0=E6=AD=A3=E7=BF=BB=E8=AF=91=E6=96=87?= =?UTF-8?q?=E5=AD=97=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 第606行,三个火 => 三个或 --- aio/content/guide/i18n.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/i18n.md b/aio/content/guide/i18n.md index 3af3364d96..0efad25194 100644 --- a/aio/content/guide/i18n.md +++ b/aio/content/guide/i18n.md @@ -603,7 +603,7 @@ for two, three, or any other number if the pluralization rules were different. F "minute", only these three patterns are necessary in English. 在上面的例子中,这三个选项都是根据复数模式来指定的。要说零分钟,就用 `=0 {just now}`。一分钟就用 `=1 {one minute}`。 -无法匹配的数量就用 `other {{{minutes}} minutes ago}`。如果复数规则与此不同,你还可以为两个、三个火任意数量添加更多的模式。对于这个 “minute” 的例子,英语中只要这三种模式就够了。 +无法匹配的数量就用 `other {{{minutes}} minutes ago}`。如果复数规则与此不同,你还可以为两个、三个或任意数量添加更多的模式。对于这个 “minute” 的例子,英语中只要这三种模式就够了。