Skip to content

Commit c853a3e

Browse files
AEAppleSquash Bot
authored and
Squash Bot
committed
CLDR-18623 Test zh
See #4691
1 parent 3598acf commit c853a3e

File tree

3 files changed

+115
-0
lines changed

3 files changed

+115
-0
lines changed

common/main/ru_EE.xml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
3+
<!-- Copyright © 1991-2025 Unicode, Inc.
4+
For terms of use, see http://www.unicode.org/copyright.html
5+
SPDX-License-Identifier: Unicode-3.0
6+
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
7+
-->
8+
<ldml>
9+
<identity>
10+
<version number="$Revision$"/>
11+
<language type="ru"/>
12+
<territory type="EE"/>
13+
</identity>
14+
</ldml>

common/main/zh_Hans_US.xml

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
3+
<!-- Copyright © 1991-2024 Unicode, Inc.
4+
For terms of use, see http://www.unicode.org/copyright.html
5+
SPDX-License-Identifier: Unicode-3.0
6+
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
7+
-->
8+
<ldml>
9+
<identity>
10+
<version number="$Revision$"/>
11+
<language type="zh"/>
12+
<script type="Hans"/>
13+
<territory type="US"/>
14+
</identity>
15+
<dates>
16+
<calendars>
17+
<calendar type="gregorian">
18+
<timeFormats>
19+
<timeFormatLength type="full">
20+
<timeFormat>
21+
<pattern>h:mm:ss a zzzz</pattern>
22+
<pattern alt="ascii">h:mm:ss a zzzz</pattern>
23+
<datetimeSkeleton>ahmmsszzzz</datetimeSkeleton>
24+
</timeFormat>
25+
</timeFormatLength>
26+
<timeFormatLength type="long">
27+
<timeFormat>
28+
<pattern>h:mm:ss a z</pattern>
29+
<pattern alt="ascii">h:mm:ss a z</pattern>
30+
<datetimeSkeleton>ahmmssz</datetimeSkeleton>
31+
</timeFormat>
32+
</timeFormatLength>
33+
<timeFormatLength type="medium">
34+
<timeFormat>
35+
<pattern>h:mm:ss a</pattern>
36+
<pattern alt="ascii">h:mm:ss a</pattern>
37+
<datetimeSkeleton>ahmmss</datetimeSkeleton>
38+
</timeFormat>
39+
</timeFormatLength>
40+
<timeFormatLength type="short">
41+
<timeFormat>
42+
<pattern>h:mm a</pattern>
43+
<pattern alt="ascii">h:mm a</pattern>
44+
<datetimeSkeleton>ahmm</datetimeSkeleton>
45+
</timeFormat>
46+
</timeFormatLength>
47+
</timeFormats>
48+
</calendar>
49+
</calendars>
50+
</dates>
51+
</ldml>

common/main/zh_Hant_US.xml

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
3+
<!-- Copyright © 1991-2024 Unicode, Inc.
4+
For terms of use, see http://www.unicode.org/copyright.html
5+
SPDX-License-Identifier: Unicode-3.0
6+
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
7+
-->
8+
<ldml>
9+
<identity>
10+
<version number="$Revision$"/>
11+
<language type="zh"/>
12+
<script type="Hant"/>
13+
<territory type="US"/>
14+
</identity>
15+
<dates>
16+
<calendars>
17+
<calendar type="gregorian">
18+
<timeFormatLength type="full">
19+
<timeFormat>
20+
<pattern>h:mm:ss a zzzz</pattern>
21+
<pattern alt="ascii">h:mm:ss a zzzz</pattern>
22+
<datetimeSkeleton>ahmmsszzzz</datetimeSkeleton>
23+
</timeFormat>
24+
</timeFormatLength>
25+
<timeFormatLength type="long">
26+
<timeFormat>
27+
<pattern>h:mm:ss a z</pattern>
28+
<pattern alt="ascii">h:mm:ss a z</pattern>
29+
<datetimeSkeleton>ahmmssz</datetimeSkeleton>
30+
</timeFormat>
31+
</timeFormatLength>
32+
<timeFormatLength type="medium">
33+
<timeFormat>
34+
<pattern>h:mm:ss a</pattern>
35+
<pattern alt="ascii">h:mm:ss a</pattern>
36+
<datetimeSkeleton>ahmmss</datetimeSkeleton>
37+
</timeFormat>
38+
</timeFormatLength>
39+
<timeFormatLength type="short">
40+
<timeFormat>
41+
<pattern>h:mm a</pattern>
42+
<pattern alt="ascii">h:mm a</pattern>
43+
<datetimeSkeleton>ahmm</datetimeSkeleton>
44+
</timeFormat>
45+
</timeFormatLength>
46+
</timeFormats>
47+
</calendar>
48+
</calendars>
49+
</dates>
50+
</ldml>

0 commit comments

Comments
 (0)