ICU-22535 Integrate CLDR 45 release beta5

This commit is contained in:
DraganBesevic 2024-04-15 15:52:50 -07:00 committed by DraganBesevic
parent 0379e638a9
commit 7750081bda
5 changed files with 14 additions and 14 deletions

View file

@ -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://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://unicode.org/reports/tr35/)
#
#

View file

@ -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://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://unicode.org/reports/tr35/)
#
af.txt
#af.txt
am.txt
ar.txt
as.txt

View file

@ -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://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://unicode.org/reports/tr35/)
#
#

View file

@ -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://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://unicode.org/reports/tr35/)
#
af.txt
#af.txt
am.txt
ar.txt
as.txt

View file

@ -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>