Skip to content

Commit

Permalink
CLDR-17267 BRS v44.1 Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pedberg-icu committed Dec 5, 2023
1 parent 29f54f3 commit 339e3ad
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 15 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ For current CLDR release information, see [cldr.unicode.org](https://cldr.unicod

## Status

Update: 2023-10-26
Update: 2023-12-04

<!-- [inapplicable lines are commented out.]-->
<!--**Note:** CLDR 44 is in development and not recommended for use at this stage.-->
<!--**Note:** This is the milestone 1 version of CLDR 44, intended for those wishing to do pre-release testing. It is not recommended for production use.-->
<!--**Note:** This is a preliminary version of CLDR 44, intended for those wishing to do pre-release testing. It is not recommended for production use.-->
<!--**Note:** This is a pre-release candidate version of CLDR 44, intended for testing. It is not recommended for production use.-->
This is the final release version of CLDR 44.
<!--**Note:** CLDR 44.1 is in development and not recommended for use at this stage.-->
<!--**Note:** This is the milestone 1 version of CLDR 44.1, intended for those wishing to do pre-release testing. It is not recommended for production use.-->
<!--**Note:** This is a preliminary version of CLDR 44.1, intended for those wishing to do pre-release testing. It is not recommended for production use.-->
<!--**Note:** This is a pre-release candidate version of CLDR 44.1, intended for testing. It is not recommended for production use.-->
This is the final release version of CLDR 44.1.

### What is CLDR?
The Unicode CLDR provides key building blocks for software to support the world's languages, with the largest and most extensive standard repository of locale data available. This data is used by a wide spectrum of companies for their software internationalization and localization, adapting software to the conventions of different languages for such common software tasks.
Expand Down
2 changes: 1 addition & 1 deletion common/dtd/ldml.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<!ATTLIST version number CDATA #REQUIRED >
<!--@MATCH:regex/\$Revision.*\$-->
<!--@METADATA-->
<!ATTLIST version cldrVersion CDATA #FIXED "44" >
<!ATTLIST version cldrVersion CDATA #FIXED "44.1" >
<!--@MATCH:any-->
<!--@VALUE-->
<!ATTLIST version draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
Expand Down
2 changes: 1 addition & 1 deletion common/dtd/ldmlBCP47.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<!ATTLIST version number CDATA #REQUIRED >
<!--@MATCH:regex/\$Revision.*\$-->
<!--@METADATA-->
<!ATTLIST version cldrVersion CDATA #FIXED "44" >
<!ATTLIST version cldrVersion CDATA #FIXED "44.1" >
<!--@MATCH:version-->
<!--@VALUE-->

Expand Down
2 changes: 1 addition & 1 deletion common/dtd/ldmlSupplemental.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<!ATTLIST version number CDATA #REQUIRED >
<!--@MATCH:any-->
<!--@METADATA-->
<!ATTLIST version cldrVersion CDATA #FIXED "44" >
<!ATTLIST version cldrVersion CDATA #FIXED "44.1" >
<!--@MATCH:version-->
<!--@VALUE-->
<!ATTLIST version unicodeVersion CDATA #FIXED "15.1.0" >
Expand Down
2 changes: 1 addition & 1 deletion tools/cldr-apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.unicode.cldr</groupId>
<artifactId>cldr-all</artifactId>
<version>44.0</version>
<version>44.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tools/cldr-code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.unicode.cldr</groupId>
<artifactId>cldr-all</artifactId>
<version>44.0</version>
<version>44.1</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public enum CldrVersion {
v41_0,
v42_0,
v43_0,
v44_0,
baseline;

private final String baseDirectory;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public enum ChartStatus {
"1.7.2", "1.8.1", "1.9.1", "2.0.1", "21.0", "22.1", "23.1", "24.0", "25.0",
"26.0", "27.0", "28.0", "29.0", "30.0", "31.0", "32.0", "33.0", "33.1", "34.0",
"35.0", "35.1", "36.0", "36.1", "37.0", "38.0", "38.1", "39.0", "40.0", "41.0",
"42.0", "43.0"
"42.0", "43.0", "44.0"
// add to this once the release is final!
);
public static final Set<VersionInfo> CLDR_VERSIONS_VI =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public class CLDRFile implements Freezable<CLDRFile>, Iterable<String>, LocaleSt
public static final String SUPPLEMENTAL_NAME = "supplementalData";
public static final String SUPPLEMENTAL_METADATA = "supplementalMetadata";
public static final String SUPPLEMENTAL_PREFIX = "supplemental";
public static final String GEN_VERSION = "44";
public static final String GEN_VERSION = "44.1";
public static final List<String> SUPPLEMENTAL_NAMES =
Arrays.asList(
"characters",
Expand Down
2 changes: 1 addition & 1 deletion tools/cldr-rdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.unicode.cldr</groupId>
<artifactId>cldr-all</artifactId>
<version>44.0</version>
<version>44.1</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.unicode.cldr</groupId>
<artifactId>cldr-all</artifactId>
<version>44.0</version>
<version>44.1</version>
<name>CLDR All Tools</name>
<packaging>pom</packaging>
<licenses>
Expand Down

0 comments on commit 339e3ad

Please sign in to comment.