Skip to content

Commit 06516d7

Browse files
michaelb958gkalpak
authored andcommitted
docs(guide/i18n): fix links to CLDR
The old link target is dead, deceased, pushing up daisies. I quote: > The cldr-tmp repository is no longer available. > For access to CLDR sources and data, please see the [CLDR pages](link to new one). Closes angular#15879
1 parent 617b361 commit 06516d7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/content/guide/i18n.ngdoc

+6-6
Original file line numberDiff line numberDiff line change
@@ -281,18 +281,18 @@ categories as you need.
281281
#### Selection Keywords
282282

283283
The selection keywords can be either exact matches or language dependent [plural
284-
categories](http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html).
284+
categories](http://cldr.unicode.org/index/cldr-spec/plural-rules).
285285

286286
Exact matches are written as the equal sign followed by the exact value. `=0`, `=1`, `=2` and
287287
`=123` are all examples of exact matches. Note that there should be no space between the equal sign
288288
and the numeric value.
289289

290290
Plural category matches are single words corresponding to the [plural
291-
categories](http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html) of
292-
the CLDR plural category spec. These categories vary by locale. The "en" (English) locale, for
293-
example, defines just "one" and "other" while the "ga" (Irish) locale defines "one", "two", "few",
294-
"many" and "other". Typically, you would just write the categories for your language. During
295-
translation, the translators will add or remove more categories depending on the target locale.
291+
categories](http://cldr.unicode.org/index/cldr-spec/plural-rules) of the CLDR plural category spec.
292+
These categories vary by locale. The "en" (English) locale, for example, defines just "one" and
293+
"other" while the "ga" (Irish) locale defines "one", "two", "few", "many" and "other". Typically,
294+
you would just write the categories for your language. During translation, the translators will add
295+
or remove more categories depending on the target locale.
296296

297297
Exact matches always win over keyword matches. Therefore, if you define both `=0` and `zero`, when
298298
the value of the expression is zero, the `=0` message is the one that will be selected. (The

0 commit comments

Comments
 (0)