Skip to content

Commit df9ed54

Browse files
AEApplesrl295stenshamn
authored
CLDR-19053 Update links on release page (#5169)
Co-authored-by: Steven R. Loomis <[email protected]> Co-authored-by: Fredrik <[email protected]>
1 parent 8da8195 commit df9ed54

File tree

3 files changed

+31
-34
lines changed

3 files changed

+31
-34
lines changed

docs/site/downloads/cldr-48.md

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ title: CLDR 48 Release Note
66

77
| No. | Date | Rel. Note | Data | Charts | Spec | Delta | GitHub Tag | Delta DTD | CLDR JSON |
88
|:---:|:----------:|:---------:|:------:|:--------:|:------------:|:---:|:----------:|:---------:|:---------:|
9-
| 48 | 2025-10-~~XX~~ | [v48](/index/downloads/cldr-48) | ~~[CLDR48](https://unicode.org/Public/cldr/48/)~~ | [Charts48](https://unicode.org/cldr/charts/dev) | [LDML48](https://www.unicode.org/reports/tr35/proposed.html) | [Δ48](https://unicode-org.atlassian.net/issues/?jql=project%20%3D%20CLDR%20AND%20status%20%3D%20Done%20AND%20resolution%20%3D%20Fixed%20AND%20fixversion%20%3D%2048%20ORDER%20BY%20priority%20DESC) | [release-48-beta3](https://github.com/unicode-org/cldr/releases/tag/release-48-beta3) | [ΔDtd48](https://www.unicode.org/cldr/charts/dev/supplemental/dtd_deltas.html) | [48.0.0-BETA3](https://github.com/unicode-org/cldr-json/releases/tag/48.0.0-BETA3)) |
10-
11-
# BETA DRAFT
9+
| 48 | 2025-10-29 | [v48](/index/downloads/cldr-48) | [CLDR48](https://unicode.org/Public/cldr/48/) | [Charts48](https://unicode.org/cldr/charts/48/) | [LDML48](https://www.unicode.org/reports/tr35/48/tr35.html) | [Δ48](https://unicode-org.atlassian.net/issues/?jql=project%20%3D%20CLDR%20AND%20status%20%3D%20Done%20AND%20resolution%20%3D%20Fixed%20AND%20fixversion%20%3D%2048%20ORDER%20BY%20priority%20DESC) | [release-48](https://github.com/unicode-org/cldr/releases/tag/release-48) | [ΔDtd48](https://www.unicode.org/cldr/charts/48/supplemental/dtd_deltas.html) | [48.0.0](https://github.com/unicode-org/cldr-json/releases/tag/48.0.0) |
1210

1311
## Overview
1412

@@ -70,41 +68,41 @@ Count | With Script | Regional Variants | Level | Usage | Examples
7068
Each release, the number of items needed for Modern and Moderate increases.
7169
So locales without active contributors may drop down in coverage level.
7270

73-
For a full listing, see [Coverage Levels](https://unicode.org/cldr/charts/dev/supplemental/locale_coverage.html)
71+
For a full listing, see [Coverage Levels](https://unicode.org/cldr/charts/48/supplemental/locale_coverage.html)
7472

7573
## Specification Changes
7674

7775
The following are some of the most significant changes to the specification (LDML).
7876

7977
### Locale Identifiers and Names
80-
* [Display Name Elements](https://www.unicode.org/reports/tr35/dev/tr35-general.html#display-name-elements) Described the usage of the `language` element `menu` values `core` and `extension`, and `alt="menu"`.
78+
* [Display Name Elements](https://www.unicode.org/reports/tr35/48/tr35-general.html#display-name-elements) Described the usage of the `language` element `menu` values `core` and `extension`, and `alt="menu"`.
8179
Also revamped the description of how to construct names for locale IDs, for clarity.
8280

8381
### Misc.
84-
* [Character Elements](https://www.unicode.org/reports/tr35/dev/tr35-general.html#character-elements) Added new exemplar types.
85-
* [Person Name Validation](https://www.unicode.org/reports/tr35/dev/tr35-personNames.html#person-name-validation) Added guidance for validating person names.
82+
* [Character Elements](https://www.unicode.org/reports/tr35/48/tr35-general.html#character-elements) Added new exemplar types.
83+
* [Person Name Validation](https://www.unicode.org/reports/tr35/48/tr35-personNames.html#person-name-validation) Added guidance for validating person names.
8684

8785
### DateTime formats
8886

89-
* [Element dateTimeFormat](https://www.unicode.org/reports/tr35/dev/tr35-dates.html#dateTimeFormat) Added a new type `relative` for relative date/times, such as "tomorrow at 10:00",
87+
* [Element dateTimeFormat](https://www.unicode.org/reports/tr35/48/tr35-dates.html#dateTimeFormat) Added a new type `relative` for relative date/times, such as "tomorrow at 10:00",
9088
and updated the guidelines for using the different `dateTimeFormat` types.
91-
* [timeZoneNames Elements Used for Fallback](https://www.unicode.org/reports/tr35/dev/tr35-dates.html#timeZoneNames-elements-used-for-fallback) Added the `gmtUnknownFormat` to indicate when the timezone is unknown.
92-
* [Metazone Names](https://www.unicode.org/reports/tr35/dev/tr35-dates.html#metazone-names) Added `usesMetazone` to specify which offset is considered standard time and which offset is considered daylight.
93-
* [Time Zone Format Terminology](https://www.unicode.org/reports/tr35/dev/tr35-dates.html#time-zone-format-terminology) Added the **Localized GMT format** (and removed the **Specific location format**).
89+
* [timeZoneNames Elements Used for Fallback](https://www.unicode.org/reports/tr35/48/tr35-dates.html#timeZoneNames-elements-used-for-fallback) Added the `gmtUnknownFormat` to indicate when the timezone is unknown.
90+
* [Metazone Names](https://www.unicode.org/reports/tr35/48/tr35-dates.html#metazone-names) Added `usesMetazone` to specify which offset is considered standard time and which offset is considered daylight.
91+
* [Time Zone Format Terminology](https://www.unicode.org/reports/tr35/48/tr35-dates.html#time-zone-format-terminology) Added the **Localized GMT format** (and removed the **Specific location format**).
9492
This affects the behavior of the `z` timezone format symbol.
9593
There is also now a mechanism for finding the region code from short timezone identifier, which is used for the _non-location formats (generic or specific)_
96-
* [Calendar Data](https://www.unicode.org/reports/tr35/dev/tr35-dates.html#calendar-data) Specified more precisely the meaning of the `era` attributes in supplemental data, and how to determine the transition point in time between eras.
94+
* [Calendar Data](https://www.unicode.org/reports/tr35/48/tr35-dates.html#calendar-data) Specified more precisely the meaning of the `era` attributes in supplemental data, and how to determine the transition point in time between eras.
9795

9896
### Numbers
99-
* [Plural rules syntax](https://www.unicode.org/reports/tr35/dev/tr35-numbers.html#plural-rules-syntax) Added substantial clarifications and new examples.
97+
* [Plural rules syntax](https://www.unicode.org/reports/tr35/48/tr35-numbers.html#plural-rules-syntax) Added substantial clarifications and new examples.
10098
The order of execution is also clearly specified.
101-
* [Compact Number Formats](https://www.unicode.org/reports/tr35/dev/tr35-numbers.html#compact-number-formats) Specified the mechanism for formatting compact numbers more precisely.
102-
* [Rational Numbers](https://www.unicode.org/reports/tr35/dev/tr35-numbers.html#rational-numbers) Added support for formatting fractions like 5½.
99+
* [Compact Number Formats](https://www.unicode.org/reports/tr35/48/tr35-numbers.html#compact-number-formats) Specified the mechanism for formatting compact numbers more precisely.
100+
* [Rational Numbers](https://www.unicode.org/reports/tr35/48/tr35-numbers.html#rational-numbers) Added support for formatting fractions like 5½.
103101

104102
### Units of Measurement
105-
* [Unit Syntax](https://www.unicode.org/reports/tr35/dev/tr35-general.html#unit-syntax) Simplified the EBNF `product_unit` and added an additional well-formedness constraint for mixed units.
106-
* [Unit Identifier Normalization](https://www.unicode.org/reports/tr35/dev/tr35-general.html) Modified the normalization process.
107-
* [Mixed Units](https://www.unicode.org/reports/tr35/dev/tr35-general.html#mixed-units) Modified the guidance for handling precision.
103+
* [Unit Syntax](https://www.unicode.org/reports/tr35/48/tr35-general.html#unit-syntax) Simplified the EBNF `product_unit` and added an additional well-formedness constraint for mixed units.
104+
* [Unit Identifier Normalization](https://www.unicode.org/reports/tr35/48/tr35-general.html) Modified the normalization process.
105+
* [Mixed Units](https://www.unicode.org/reports/tr35/48/tr35-general.html#mixed-units) Modified the guidance for handling precision.
108106

109107
### MessageFormat
110108
* Syntax and data model errors must now be prioritized over other errors. <!-- ([\#1011](https://github.com/unicode-org/message-format-wg/pull/1011)) -->
@@ -114,7 +112,7 @@ The order of execution is also clearly specified.
114112
* `:percent` is added as a new Draft function. <!-- ([\#1094](https://github.com/unicode-org/message-format-wg/pull/1094)) -->
115113

116114
There are many more changes that are important to implementations, such as changes to certain identifier syntax and various algorithms.
117-
See the [Modifications section](https://www.unicode.org/reports/tr35/dev/tr35-modifications.html) of the specification for details.
115+
See the [Modifications section](https://www.unicode.org/reports/tr35/48/tr35-modifications.html) of the specification for details.
118116

119117
## Data Changes
120118

@@ -124,7 +122,7 @@ See the [Modifications section](https://www.unicode.org/reports/tr35/dev/tr35-mo
124122
- Languages that reached Basic in the last release have their names translated at Modern Coverage in this release.
125123
- New emoji for Unicode 17 have added names and search keywords.
126124
- Compound language names now have "core" and "extension" variants for more uniform formats in menus and lists.
127-
The description of how to format names for locale IDs has been extended and clarified with new attributes added for better presentation in menus and other environments `menu="core"`, `menu="extension"`, `scope="core"`. [See Display Name Elements](https://www.unicode.org/reports/tr35/dev/tr35-general.html#display-name-elements) for details.
125+
The description of how to format names for locale IDs has been extended and clarified with new attributes added for better presentation in menus and other environments `menu="core"`, `menu="extension"`, `scope="core"`. [See Display Name Elements](https://www.unicode.org/reports/tr35/48/tr35-general.html#display-name-elements) for details.
128126
- Recent or upcoming currency names were added (XCG, ZWG).
129127
- To match ISO, added translations for the region Sark (CQ).
130128
- There are now combination formats for _relative_ dates + times, such as “tomorrow _at_ 12:30”.
@@ -318,8 +316,8 @@ The following files are new in the release:
318316
- Number patterns that did not have a specific numberSystem (such as `latn` or `arab`) had been deprecated for many releases, and were finally removed.
319317
- Additionally, language and territory data in `languageData` and `territoryInfo` data received significant updates to improve accuracy and maintainability [CLDR-18087]
320318
- The likely language for Belarus changed to Russian [CLDR-14479]
321-
- [Using Time Zone Names](https://www.unicode.org/reports/tr35/dev/tr35-dates.html#using-time-zone-names) Removed the "specific location format" and modified the fallback behavior of 'z'.
322-
- [Unit Identifier Normalization](https://www.unicode.org/reports/tr35/dev/#tr35-general.html) Modified the normalization process.
319+
- [Using Time Zone Names](https://www.unicode.org/reports/tr35/48/tr35-dates.html#using-time-zone-names) Removed the "specific location format" and modified the fallback behavior of 'z'.
320+
- [Unit Identifier Normalization](https://www.unicode.org/reports/tr35/48/#tr35-general.html) Modified the normalization process.
323321
- The `era` element `type` attributes no longer need to start at 0. Implementations that use arrays may have to adjust their implementations.
324322
- The default week numbering mechanism changes to be identical to ISO instead being based on the calendar week.
325323
- Deprecated unit IDs `permillion`, `portion`, `portion-per-1e9`. These are replaced by IDs using `part`. Also deprecated the compound component `100-kilometer`, since (certain) integers are allowed in unit ID denominators.
@@ -352,7 +350,7 @@ and feedback that the general practice for exact dates is to use Gregorian for p
352350
## Acknowledgments
353351

354352
Many people have made significant contributions to CLDR and LDML.
355-
For a full listing, see the [Acknowledgments](https://www.unicode.org/reports/tr35/dev/tr35-acknowledgments.html).
353+
For a full listing, see the [Acknowledgments](https://www.unicode.org/reports/tr35/48/tr35-acknowledgments.html).
356354

357355
The Unicode [Terms of Use](https://unicode.org/copyright.html) apply to CLDR data;
358356
in particular, see [Exhibit 1](https://unicode.org/copyright.html#Exhibit1).
@@ -385,4 +383,4 @@ For web pages with different views of CLDR data, see [http://cldr.unicode.org/in
385383
[Supplemental Delta]: https://unicode.org/cldr/charts/48/delta/supplemental-data.html
386384
[Likely Subtags]: https://www.unicode.org/cldr/charts/48/delta/supplemental-data.html#Likely
387385
[Transforms Delta]: https://unicode.org/cldr/charts/48/delta/transforms.html
388-
[Delta Data]: https://unicode.org/cldr/charts/dev/delta/index.html
386+
[Delta Data]: https://unicode.org/cldr/charts/48/delta/index.html

docs/site/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ title: Unicode CLDR Project
55
# Unicode CLDR Project
66

77
## News
8-
- **2025-10-02** [CLDR 48 Beta](downloads/cldr-48) available for review
9-
- **2025-09-18** [CLDR 48 Alpha](downloads/cldr-48) available for testing
10-
- **2025-03-13 [CLDR 47](downloads/cldr-47) released**
8+
- **2025-10-29** [CLDR 48](downloads/cldr-48) released
9+
- **2025-03-13** [CLDR 47](downloads/cldr-47) released
1110

1211

1312
## What is CLDR?

docs/site/index/downloads.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following table lists the files for each released version. For license infor
1515
|:---:|:----------:|:---------:|:------:|:--------:|:------------:|:---:|:----------:|:---------:|:---------:|
1616
| Latest | | [latest-version][] | [latest-data][] | [latest-charts][] | [latest-ldml][] | [latest-tickets][] | [release-47][]| [latest-delta-dtd][] | See release notes |
1717
| Dev | | [dev-version][] | | [dev-charts][]| [dev-ldml][] | [dev-tickets][] | [main][]| [dev-delta-dtd][] | See release notes |
18-
| 48 | 2025-10-~~XX~~ | [v48][] | [CLDR48][] | [Charts48][] | [LDML48][] | [Δ48][] | [release-48-beta3][] | [ΔDtd48][] | [48.0.0-BETA3][] |
18+
| 48 | 2025-10-29 | [v48][] | [CLDR48][] | [Charts48][] | [LDML48][] | [Δ48][] | [release-48][] | [ΔDtd48][] | [48.0.0][] |
1919
| 47 | 2025-03-13 | [v47][] | [CLDR47][] | [Charts47][] | [LDML47][] | [Δ47][] | [release-47][] | [ΔDtd47][] | [47.0.0][] |
2020
| 46.1 | 2024-12-18 | [v46.1][] | n/a | [Charts46.1][] | [LDML46.1][] | [Δ46.1][] | [release-46-1][] | [ΔDtd46.1][] | [46.1.0][] |
2121
| 46 | 2024-10-24 | [v46][] | [CLDR46][] | [Charts46][] | [LDML46][] | [Δ46][] | [release-46][] | [ΔDtd46][] | [46.0.0][] |
@@ -213,14 +213,14 @@ The 1.0 version of CLDR is described here for historical interest only. It was h
213213
[main]: https://github.com/unicode-org/cldr.git
214214
[dev-delta-dtd]: https://www.unicode.org/cldr/charts/dev/supplemental/dtd_deltas.html
215215

216-
<!-- 48 release: 2025-10-XX -->
216+
<!-- 48 release: 2025-10-29 -->
217217
[CLDR48]: https://unicode.org/Public/cldr/48/
218-
[Charts48]: https://unicode.org/cldr/charts/dev
219-
[LDML48]: https://www.unicode.org/reports/tr35/proposed.html
220-
[Δ48]: https://unicode-org.atlassian.net/issues/?filter=10837
221-
[release-48-beta3]: https://github.com/unicode-org/cldr/releases/tag/release-48-beta3
218+
[Charts48]: https://unicode.org/cldr/charts/48
219+
[LDML48]: https://www.unicode.org/reports/tr35/48
220+
[Δ48]: [https://unicode-org.atlassian.net/issues/?filter=10837](https://unicode-org.atlassian.net/issues/?jql=project%20%3D%20CLDR%20AND%20status%20%3D%20Done%20AND%20resolution%20%3D%20Fixed%20AND%20fixversion%20%3D%2048%20ORDER%20BY%20priority%20DESC)
221+
[release-48]: https://github.com/unicode-org/cldr/releases/tag/release-48
222222
[ΔDtd48]: https://www.unicode.org/cldr/charts/dev/supplemental/dtd_deltas.html
223-
[48.0.0-BETA3]: https://github.com/unicode-org/cldr-json/releases/tag/48.0.0-BETA3
223+
[48.0.0]: https://github.com/unicode-org/cldr-json/releases/tag/48.0.0
224224
[v48]: /downloads/cldr-48
225225

226226
<!-- 47 release: 2025-03-13 -->

0 commit comments

Comments
 (0)