Skip to content

Commit 7750081

Browse files
committed
ICU-22535 Integrate CLDR 45 release beta5
1 parent 0379e63 commit 7750081

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Test data for unit conversions
1+
# Test data for personName formats
22
# Copyright © 1991-2024 Unicode, Inc.
33
# For terms of use, see http://www.unicode.org/copyright.html
4-
# SPDX-License-Identifier: Unicode-3.0
4+
# SPDX-License-Identifier: Unicode-DFS-2016
55
# CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
6-
#
6+
#

icu4c/source/test/testdata/cldr/personNameTest/catalog.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# Test data for unit conversions
1+
# Test data for personName formats
22
# Copyright © 1991-2024 Unicode, Inc.
33
# For terms of use, see http://www.unicode.org/copyright.html
4-
# SPDX-License-Identifier: Unicode-3.0
4+
# SPDX-License-Identifier: Unicode-DFS-2016
55
# CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
6-
#
7-
af.txt
6+
#af.txt
87
am.txt
98
ar.txt
109
as.txt
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Test data for unit conversions
1+
# Test data for personName formats
22
# Copyright © 1991-2024 Unicode, Inc.
33
# For terms of use, see http://www.unicode.org/copyright.html
4-
# SPDX-License-Identifier: Unicode-3.0
4+
# SPDX-License-Identifier: Unicode-DFS-2016
55
# CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
6-
#
6+
#

icu4j/main/core/src/test/resources/com/ibm/icu/dev/data/cldr/personNameTest/catalog.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# Test data for unit conversions
1+
# Test data for personName formats
22
# Copyright © 1991-2024 Unicode, Inc.
33
# For terms of use, see http://www.unicode.org/copyright.html
4-
# SPDX-License-Identifier: Unicode-3.0
4+
# SPDX-License-Identifier: Unicode-DFS-2016
55
# CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
6-
#
7-
af.txt
6+
#af.txt
87
am.txt
98
ar.txt
109
as.txt

tools/cldr/build.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@
5858
<map from="${cldrDir}/common/testData/personNameTest/" to="" />
5959
</pathconvert>
6060
<echo message="Creating catalog.txt file" />
61+
<copy file="${testDataDir4C}/personNameTest/_header.txt" tofile="${testDataDir4C}/personNameTest/catalog.txt" />
6162
<echo message="${personNameTestDirContents}" file="${testDataDir4C}/personNameTest/catalog.txt" append="true" />
63+
<copy file="${testDataDir4J}/personNameTest/_header.txt" tofile="${testDataDir4J}/personNameTest/catalog.txt" />
6264
<echo message="${personNameTestDirContents}" file="${testDataDir4J}/personNameTest/catalog.txt" append="true" />
6365
</target>
6466

0 commit comments

Comments
 (0)