From 627d65603a899d6b3613a676520d155d0e0a8d83 Mon Sep 17 00:00:00 2001 From: Ihor Sychevskyi Date: Sat, 22 Jan 2022 11:50:23 +0200 Subject: [PATCH] update rules reference link (#19181) Co-authored-by: Bizley --- docs/guide-fr/tutorial-i18n.md | 2 +- docs/guide-ja/tutorial-i18n.md | 2 +- docs/guide-zh-CN/tutorial-i18n.md | 2 +- docs/guide/tutorial-i18n.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guide-fr/tutorial-i18n.md b/docs/guide-fr/tutorial-i18n.md index a0747d9..8aae1d2 100644 --- a/docs/guide-fr/tutorial-i18n.md +++ b/docs/guide-fr/tutorial-i18n.md @@ -375,7 +375,7 @@ echo Yii::t('app', 'You are the {n,selectordinal,one{#st} two{#nd} few{#rd} othe ``` Le format est assez proche de celui utilisé pour le pluriel. Pour connaître quels arguments utiliser pour une locale particulière, reportez-vous aux "Plural Rules, Ordinal" à [https://intl.rmcreative.ru/](https://intl.rmcreative.ru/). -En alternative, vous pouvez vous reporter aux [rules reference at unicode.org](http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html). +En alternative, vous pouvez vous reporter aux [rules reference at unicode.org](https://unicode-org.github.io/cldr-staging/charts/37/supplemental/language_plural_rules.html). #### Sélection diff --git a/docs/guide-ja/tutorial-i18n.md b/docs/guide-ja/tutorial-i18n.md index 6ee7b04..3d77bf4 100644 --- a/docs/guide-ja/tutorial-i18n.md +++ b/docs/guide-ja/tutorial-i18n.md @@ -519,7 +519,7 @@ echo Yii::t('app', 'You are the {n,selectordinal,one{#st} two{#nd} few{#rd} othe フォーマットは複数形で使われるものと非常に近いものです。 特定のロケールに対してどんな引数を指定すべきかを学ぶためには、[https://intl.rmcreative.ru/](https://intl.rmcreative.ru/) の "Plural Rules, Ordinal" を参照してください。 -あるいは、その代りに、[unicode.org の規則のリファレンス](http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html) を参照することも出来ます。 +あるいは、その代りに、[unicode.org の規則のリファレンス](https://unicode-org.github.io/cldr-staging/charts/37/supplemental/language_plural_rules.html) を参照することも出来ます。 #### 選択肢 diff --git a/docs/guide-zh-CN/tutorial-i18n.md b/docs/guide-zh-CN/tutorial-i18n.md index 4597046..276a75e 100644 --- a/docs/guide-zh-CN/tutorial-i18n.md +++ b/docs/guide-zh-CN/tutorial-i18n.md @@ -461,7 +461,7 @@ echo Yii::t('app', 'You are the {n,selectordinal,one{#st} two{#nd} few{#rd} othe 格式与复数使用的格式非常接近。 要了解您应为特定语言环境指定哪些参数,请参阅 [https://intl.rmcreative.ru/](https://intl.rmcreative.ru/) 上的“复数规则,序数”。 -或者,您可以参考 [unicode.org上的规则参考](http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html)。 +或者,您可以参考 [unicode.org上的规则参考](https://unicode-org.github.io/cldr-staging/charts/37/supplemental/language_plural_rules.html)。 #### 选择(Selection) diff --git a/docs/guide/tutorial-i18n.md b/docs/guide/tutorial-i18n.md index 8c3b393..8147dc1 100644 --- a/docs/guide/tutorial-i18n.md +++ b/docs/guide/tutorial-i18n.md @@ -461,7 +461,7 @@ echo Yii::t('app', 'You are the {n,selectordinal,one{#st} two{#nd} few{#rd} othe The format is very close to what's used for plurals. To learn which arguments you should specify for a particular locale, please refer to "Plural Rules, Ordinal" at [https://intl.rmcreative.ru/](https://intl.rmcreative.ru/). -Alternatively you can refer to [rules reference at unicode.org](http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html). +Alternatively you can refer to [rules reference at unicode.org](https://unicode-org.github.io/cldr-staging/charts/37/supplemental/language_plural_rules.html). #### Selection