Skip to content

Commit e50d8df

Browse files
authored
CLDR-18161 update links to use "latest" not specific version (#4983)
1 parent bf24c5d commit e50d8df

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

docs/ldml/tr35-dates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ The dayPeriodRule may span two days, such as where **night1** is [21:00, 06:00).
13611361

13621362
If rounding is done—including the rounding done by the time format—then it needs to be done before the dayperiod is computed, so that the correct format is shown.
13631363

1364-
For examples, see [Day Periods Chart](https://www.unicode.org/cldr/charts/46/supplemental/day_periods.html).
1364+
For examples, see [Day Periods Chart](https://www.unicode.org/cldr/charts/latest/supplemental/day_periods.html).
13651365

13661366
## <a name="Time_Zone_Names" href="#Time_Zone_Names">Time Zone Names</a>
13671367

docs/ldml/tr35-info.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The LDML specification is divided into the following parts:
108108

109109
## Introduction <a name="Supplemental_Data" href="#Supplemental_Data">Supplemental Data</a>
110110

111-
The following represents the format for additional supplemental information. This is information that is important for internationalization and proper use of CLDR, but is not contained in the locale hierarchy. It is not localizable, nor is it overridden by locale data. The current CLDR data can be viewed in the [Supplemental Charts](https://www.unicode.org/cldr/charts/46/supplemental/index.html).
111+
The following represents the format for additional supplemental information. This is information that is important for internationalization and proper use of CLDR, but is not contained in the locale hierarchy. It is not localizable, nor is it overridden by locale data. The current CLDR data can be viewed in the [Supplemental Charts](https://www.unicode.org/cldr/charts/latest/supplemental/index.html).
112112

113113
```xml
114114
<!ELEMENT supplementalData (version, generation?, cldrVersion?, currencyData?, territoryContainment?, subdivisionContainment?, languageData?, territoryInfo?, postalCodeData?, calendarData?, calendarPreferenceData?, weekData?, timeData?, measurementData?, unitPreferenceData?, timezoneData?, characters?, transforms?, metadata?, codeMappings?, parentLocales?, likelySubtags?, metazoneInfo?, plurals?, telephoneCodeData?, numberingSystems?, bcp47KeywordMappings?, gender?, references?, languageMatching?, dayPeriodRuleSet*, metaZones?, primaryZones?, windowsZones?, coverageLevels?, idValidity?, rgScope?) >
@@ -143,7 +143,7 @@ Excluding groupings, in this tree:
143143
* All non-overlapping regions form a strict tree rooted at World.
144144
* All leaf-nodes (country) are always at depth 4. Some of these “country” regions are actually parts of other countries, such as Hong Kong (part of China). Such relationships are not part of the containment data.
145145

146-
For a chart showing the relationships (plus the included timezones), see the [Territory Containment Chart](https://www.unicode.org/cldr/charts/46/supplemental/territory_containment_un_m_49.html). The XML structure has the following form.
146+
For a chart showing the relationships (plus the included timezones), see the [Territory Containment Chart](https://www.unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html). The XML structure has the following form.
147147

148148
```xml
149149
<territoryContainment>
@@ -224,7 +224,7 @@ Note: Formerly (in CLDR 28 through 30):
224224
<!ATTLIST languagePopulation officialStatus (de_facto_official | official | official_regional | official_minority) #IMPLIED >
225225
```
226226

227-
This data provides testing information for language and territory populations. The main goal is to provide approximate figures for the literate, functional population for each language in each territory: that is, the population that is able to read and write each language, and is comfortable enough to use it with computers. For a chart of this data, see [Territory-Language Information](https://www.unicode.org/cldr/charts/46/supplemental/territory_language_information.html).
227+
This data provides testing information for language and territory populations. The main goal is to provide approximate figures for the literate, functional population for each language in each territory: that is, the population that is able to read and write each language, and is comfortable enough to use it with computers. For a chart of this data, see [Territory-Language Information](https://www.unicode.org/cldr/charts/latest/supplemental/territory_language_information.html).
228228

229229
_Example_
230230

docs/ldml/tr35.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ If a language subtag matches the `type` attribute of a `languageAlias` element,
717717

718718
The private use codes listed as **excluded** in _[Private Use Codes](#Private_Use_Codes)_ will never be given specific semantics in Unicode identifiers, and are thus safe for use for other purposes by other applications.
719719

720-
The CLDR provides data for normalizing language/locale codes, including mapping overlong codes like "eng-840" or "eng-USA" to the correct code "en-US"; see the **[Aliases](https://www.unicode.org/cldr/charts/46/supplemental/aliases.html)** Chart.
720+
The CLDR provides data for normalizing language/locale codes, including mapping overlong codes like "eng-840" or "eng-USA" to the correct code "en-US"; see the **[Aliases](https://www.unicode.org/cldr/charts/latest/supplemental/aliases.html)** Chart.
721721

722722
The following are special language subtags:
723723

@@ -790,7 +790,7 @@ Unicode identifiers give specific semantics to the following subtags.
790790

791791
| alpha2 | alpha3 | num | Name | Comment | ISO 3166-1 status |
792792
| ------ | ------ | --- | ---------------------------- | ------- | ----------------- |
793-
| `QO` | `QOO` | 961 | Outlying Oceania | countries in Oceania [009] that do not have a [subcontinent](https://www.unicode.org/cldr/charts/46/supplemental/territory_containment_un_m_49.html). | private use |
793+
| `QO` | `QOO` | 961 | Outlying Oceania | countries in Oceania [009] that do not have a [subcontinent](https://www.unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html). | private use |
794794
| `QU` | `QUU` | 967 | European Union | **deprecated**: the _canonicalized_ form is EU | private use |
795795
| `UK` | - | - | United Kingdom | **deprecated**: the _canonicalized_ form is GB | exceptionally reserved |
796796
| `XA` | `XAA` | 973 | Pseudo-Accents | special code indicating derived testing locale with English + added accents and lengthened | private use |
@@ -3757,7 +3757,7 @@ The choice of locales to include depends very much upon particular implementatio
37573757
Some information that might be useful for determining the choice is found in the
37583758
[Supplemental Territory Information](tr35-info.md#Supplemental_Territory_Information),
37593759
which provides information on the use of languages in different countries/regions.
3760-
(For a human-readable chart, see [Territory-Language Information](https://www.unicode.org/cldr/charts/46/supplemental/territory_language_information.html).)
3760+
(For a human-readable chart, see [Territory-Language Information](https://www.unicode.org/cldr/charts/latest/supplemental/territory_language_information.html).)
37613761

37623762
It is important to note that if a particular locale is in a vertical slice, then all of its parents should be as well, because of inheritance.
37633763
This is not a factor if the data is fully resolved, as in the JSON format data.
@@ -3803,7 +3803,7 @@ The [DTD Annotations](#DTD_Annotations) in are used to determine whether DTD ite
38033803

38043804
Though such deprecated items are still valid LDML, they are strongly discouraged, and are no longer used in CLDR.
38053805

3806-
The CLDR [DTD Deltas](https://www.unicode.org/cldr/charts/46/supplemental/dtd_deltas.html) chart shows which DTD items have been deprecated in which version of CLDR.
3806+
The CLDR [DTD Deltas](https://www.unicode.org/cldr/charts/latest/supplemental/dtd_deltas.html) chart shows which DTD items have been deprecated in which version of CLDR.
38073807

38083808
The remainder of this section describes selected cases of deprecated structure, and what (if any) should be used instead.
38093809

@@ -4277,7 +4277,7 @@ The above algorithm is a logical statement of the process, but would obviously n
42774277
| General | _The following are general references from the text:_ |
42784278
| [<a name="ByType" href="#ByType">ByType</a>] | CLDR Comparison Charts<br/>[https://cldr.unicode.org/index/charts](https://cldr.unicode.org/index/charts) |
42794279
| [<a name="Calendars" href="#Calendars">Calendars</a>] | Calendrical Calculations: The Millennium Edition by Edward M. Reingold, Nachum Dershowitz; Cambridge University Press; Book and CD-ROM edition (July 1, 2001); ISBN: 0521777526. Note that the algorithms given in this book are copyrighted. |
4280-
| [<a name="Comparisons" href="#Comparisons">Comparisons</a>] | Comparisons between locale data from different sources<br/>[https://www.unicode.org/cldr/charts/46/by_type/index.html](https://www.unicode.org/cldr/charts/46/by_type/index.html) |
4280+
| [<a name="Comparisons" href="#Comparisons">Comparisons</a>] | Comparisons between locale data from different sources<br/>[https://www.unicode.org/cldr/charts/latest/by_type/index.html](https://www.unicode.org/cldr/charts/latest/by_type/index.html) |
42814281
| [<a name="CurrencyInfo" href="#CurrencyInfo">CurrencyInfo</a>] | UNECE Currency Data<br/>[https://www.iso.org/iso-4217-currency-codes.html](https://www.iso.org/iso-4217-currency-codes.html) |
42824282
| [<a name="DataFormats" href="#DataFormats">DataFormats</a>] | CLDR Translation Guidelines<br/>[https://cldr.unicode.org/translation](https://cldr.unicode.org/translation) |
42834283
| [<a name="LDML" href="#LDML">Example</a>] | A sample in Locale Data Markup Language<br/>[https://www.unicode.org/cldr/dtd/1.1/ldml-example.xml](https://www.unicode.org/cldr/dtd/1.1/ldml-example.xml) |

docs/site/index/requesting-additionsupdates-to-cldr-languagepopulation-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Requests to add or change language/population data must provide the following ba
2828

2929
Reliable sources for population data and official status are required for population updates and additions. While [Ethnologue](https://www.ethnologue.com/) may be a good source for "mother tongue" or native speaker data for more common languages, it is not a sufficient source on its own for population data on most languages. Recent government or NGO-sponsored census data are typically better sources.
3030

31-
For language names and codes, some resources are: [Unicode CLDR charts](https://www.unicode.org/cldr/charts/46/), [IANA Language Subtag Registry](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry), and [Wikipedia](https://en.wikipedia.org/wiki/Main_Page) articles on individual languages.
31+
For language names and codes, some resources are: [Unicode CLDR charts](https://www.unicode.org/cldr/charts/latest/), [IANA Language Subtag Registry](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry), and [Wikipedia](https://en.wikipedia.org/wiki/Main_Page) articles on individual languages.
3232

3333
Also for new additions, the request must include a rationale for inclusion and discuss the importance of the addition.
3434

docs/site/translation/core-data/exemplars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The very last line shows an internal UnicodeSet format. You can normally ignore
7575

7676
The exemplar character sets contain the commonly used letters for a given modern form of a language. These are used for testing and for determining the appropriate repertoire of letters for various tasks, like choosing charset converters that can handle a given language. The term “letter” is interpreted broadly, and includes characters used to form words, such as 是 or 가. It should not include presentation forms, like [U+FE90](https://util.unicode.org/UnicodeJsps/character.jsp?a=FE90) ( ‎ﺐ‎ ) ARABIC LETTER BEH FINAL FORM, or isolated Jamo characters (for Hangul).
7777

78-
- For charts of the standard (non-CJK) exemplar characters, see a chart of the [standard exemplar characters](https://www.unicode.org/cldr/charts/45/by_type/core_data.alphabetic_information.main.html).
78+
- For charts of the standard (non-CJK) exemplar characters, see a chart of the [standard exemplar characters](https://www.unicode.org/cldr/charts/latest/by_type/core_data.alphabetic_information.main.html).
7979
- For more information, please see [Section 5.6 Character Elements](http://unicode.org/reports/tr35/tr35-6.html#Character_Elements) in UTS#35: Locale Data Markup Language (LDML).
8080

8181
There are different categories:

docs/site/translation/date-time/date-time-names.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ The time span associated with each code is different for different languages!
126126
![image](../../images/date-time/Screen-Shot-2015-06-22-at-12.14.47.png)  
127127

128128
- It shows the time span (with a 24 hour clock) for the code, and then an example (for the format codes).
129-
- You can also go to the web page [Day Periods](https://www.unicode.org/cldr/charts/45/supplemental/day_periods.html), and look for your language.
130-
- For example, for Malayalam, you would go to ...[day\_periods.html#ml](https://www.unicode.org/cldr/charts/45/supplemental/day_periods.html#ml) , and see that **morning2** is the period that extends from **06:00** to **12:00**.
129+
- You can also go to the web page [Day Periods](https://www.unicode.org/cldr/charts/latest/supplemental/day_periods.html), and look for your language.
130+
- For example, for Malayalam, you would go to ...[day\_periods.html#ml](https://www.unicode.org/cldr/charts/latest/supplemental/day_periods.html#ml) , and see that **morning2** is the period that extends from **06:00** to **12:00**.
131131

132132
| | Code | English | German | Russian |
133133
|---|---|---|---|---|
@@ -169,7 +169,7 @@ In formatting, where your language has a term for midnight, it is used instead o
169169

170170
These mark approximate periods in the day, _and those periods differ between languages_. The codes are arbitrary, and don't have to match the English meaning for your language: the important feature is the time span. The spans are approximate; in reality they may vary with the time of year (they might be dependent on sunrise), or context (someone might say they went to bed at 2 at night, and later one say that they woke up at 2 in the morning). 
171171

172-
**For a list of the day period IDs defined in CLDR for your language, see [Day Periods](https://www.unicode.org/cldr/charts/45/supplemental/day_periods.html)**. If you think the rules are wrong (or missing) for your language, please [file a ticket](/requesting_changes#how-to-file-a-ticket) and supply the missing information. Here are examples for English and Chinese.
172+
**For a list of the day period IDs defined in CLDR for your language, see [Day Periods](https://www.unicode.org/cldr/charts/latest/supplemental/day_periods.html)**. If you think the rules are wrong (or missing) for your language, please [file a ticket](/requesting_changes#how-to-file-a-ticket) and supply the missing information. Here are examples for English and Chinese.
173173

174174
| Code | English | Span | Chinese | Span |
175175
|---|---|---|---|---|

docs/site/translation/date-time/date-time-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ These new patterns are available in Gregorian and Generic calendars, In these ne
270270
3. If the position needs to be different depending on the width of B, please file a ticket.
271271
2. For more information on the day periods used in your language:
272272
1. First see [Day Periods (AM, PM, etc.)](/translation/date-time/date-time-names) for a general discussion of how day periods work.
273-
2. See the [Day Periods](https://www.unicode.org/cldr/charts/45/supplemental/day_periods.html) chart for your language.
273+
2. See the [Day Periods](https://www.unicode.org/cldr/charts/latest/supplemental/day_periods.html) chart for your language.
274274

275275
![image](../../images/date-time/ST-flexibledayperiod.JPG)
276276

0 commit comments

Comments
 (0)