Skip to content

Commit

Permalink
ICU-22535 Integrate CLDR 45 release beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
DraganBesevic committed Apr 16, 2024
1 parent 0379e63 commit 7750081
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions icu4c/source/test/testdata/cldr/personNameTest/_header.txt
@@ -1,6 +1,6 @@
# Test data for unit conversions
# Test data for personName formats
# Copyright © 1991-2024 Unicode, Inc.
# For terms of use, see http:https://www.unicode.org/copyright.html
# SPDX-License-Identifier: Unicode-3.0
# SPDX-License-Identifier: Unicode-DFS-2016
# CLDR data files are interpreted according to the LDML specification (http:https://unicode.org/reports/tr35/)
#
#
7 changes: 3 additions & 4 deletions icu4c/source/test/testdata/cldr/personNameTest/catalog.txt
@@ -1,10 +1,9 @@
# Test data for unit conversions
# Test data for personName formats
# Copyright © 1991-2024 Unicode, Inc.
# For terms of use, see http:https://www.unicode.org/copyright.html
# SPDX-License-Identifier: Unicode-3.0
# SPDX-License-Identifier: Unicode-DFS-2016
# CLDR data files are interpreted according to the LDML specification (http:https://unicode.org/reports/tr35/)
#
af.txt
#af.txt
am.txt
ar.txt
as.txt
Expand Down
@@ -1,6 +1,6 @@
# Test data for unit conversions
# Test data for personName formats
# Copyright © 1991-2024 Unicode, Inc.
# For terms of use, see http:https://www.unicode.org/copyright.html
# SPDX-License-Identifier: Unicode-3.0
# SPDX-License-Identifier: Unicode-DFS-2016
# CLDR data files are interpreted according to the LDML specification (http:https://unicode.org/reports/tr35/)
#
#
@@ -1,10 +1,9 @@
# Test data for unit conversions
# Test data for personName formats
# Copyright © 1991-2024 Unicode, Inc.
# For terms of use, see http:https://www.unicode.org/copyright.html
# SPDX-License-Identifier: Unicode-3.0
# SPDX-License-Identifier: Unicode-DFS-2016
# CLDR data files are interpreted according to the LDML specification (http:https://unicode.org/reports/tr35/)
#
af.txt
#af.txt
am.txt
ar.txt
as.txt
Expand Down
2 changes: 2 additions & 0 deletions tools/cldr/build.xml
Expand Up @@ -58,7 +58,9 @@
<map from="${cldrDir}/common/testData/personNameTest/" to="" />
</pathconvert>
<echo message="Creating catalog.txt file" />
<copy file="${testDataDir4C}/personNameTest/_header.txt" tofile="${testDataDir4C}/personNameTest/catalog.txt" />
<echo message="${personNameTestDirContents}" file="${testDataDir4C}/personNameTest/catalog.txt" append="true" />
<copy file="${testDataDir4J}/personNameTest/_header.txt" tofile="${testDataDir4J}/personNameTest/catalog.txt" />
<echo message="${personNameTestDirContents}" file="${testDataDir4J}/personNameTest/catalog.txt" append="true" />
</target>

Expand Down

0 comments on commit 7750081

Please sign in to comment.