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” 的例子,英语中只要这三种模式就够了。