未验证 提交 93a8e6f0 编写于 作者: M Matěj Žídek 提交者: GitHub

replace dead links (#22530)

上级 23324c10
...@@ -1285,8 +1285,8 @@ class Locale { ...@@ -1285,8 +1285,8 @@ class Locale {
/// ///
/// The subtag values are _case sensitive_ and must be one of the valid /// The subtag values are _case sensitive_ and must be one of the valid
/// subtags according to CLDR supplemental data: /// subtags according to CLDR supplemental data:
/// [language](http://unicode.org/cldr/latest/common/validity/language.xml), /// [language](https://github.com/unicode-org/cldr/blob/master/common/validity/language.xml),
/// [region](http://unicode.org/cldr/latest/common/validity/region.xml). The /// [region](https://github.com/unicode-org/cldr/blob/master/common/validity/region.xml). The
/// primary language subtag must be at least two and at most eight lowercase /// primary language subtag must be at least two and at most eight lowercase
/// letters, but not four letters. The region region subtag must be two /// letters, but not four letters. The region region subtag must be two
/// uppercase letters or three digits. See the [Unicode Language /// uppercase letters or three digits. See the [Unicode Language
...@@ -1313,9 +1313,9 @@ class Locale { ...@@ -1313,9 +1313,9 @@ class Locale {
/// ///
/// The subtag values are _case sensitive_ and must be valid subtags according /// The subtag values are _case sensitive_ and must be valid subtags according
/// to CLDR supplemental data: /// to CLDR supplemental data:
/// [language](http://unicode.org/cldr/latest/common/validity/language.xml), /// [language](https://github.com/unicode-org/cldr/blob/master/common/validity/language.xml),
/// [script](http://unicode.org/cldr/latest/common/validity/script.xml) and /// [script](https://github.com/unicode-org/cldr/blob/master/common/validity/script.xml) and
/// [region](http://unicode.org/cldr/latest/common/validity/region.xml) for /// [region](https://github.com/unicode-org/cldr/blob/master/common/validity/region.xml) for
/// each of languageCode, scriptCode and countryCode respectively. /// each of languageCode, scriptCode and countryCode respectively.
/// ///
/// The [countryCode] subtag is optional. When there is no country subtag, /// The [countryCode] subtag is optional. When there is no country subtag,
...@@ -1351,7 +1351,7 @@ class Locale { ...@@ -1351,7 +1351,7 @@ class Locale {
/// ///
/// This must be a valid Unicode Language subtag as listed in [Unicode CLDR /// This must be a valid Unicode Language subtag as listed in [Unicode CLDR
/// supplemental /// supplemental
/// data](http://unicode.org/cldr/latest/common/validity/language.xml). /// data](https://github.com/unicode-org/cldr/blob/master/common/validity/language.xml).
/// ///
/// See also: /// See also:
/// ///
...@@ -1449,7 +1449,7 @@ class Locale { ...@@ -1449,7 +1449,7 @@ class Locale {
/// ///
/// This must be a valid Unicode Language Identifier script subtag as listed /// This must be a valid Unicode Language Identifier script subtag as listed
/// in [Unicode CLDR supplemental /// in [Unicode CLDR supplemental
/// data](http://unicode.org/cldr/latest/common/validity/script.xml). /// data](https://github.com/unicode-org/cldr/blob/master/common/validity/script.xml).
/// ///
/// See also: /// See also:
/// ///
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册