Skip to content

Commit 4b52ae7

Browse files
authored
CLDR-17979 Add std time formats for yue_Hant_CN from H-cycle availableFormats in yue_Hant (#4193)
1 parent 58b61f8 commit 4b52ae7

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

common/main/yue_Hant_CN.xml

+32
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,36 @@ CLDR data files are interpreted according to the LDML specification (http://unic
1212
<script type="Hant"/>
1313
<territory type="CN"/>
1414
</identity>
15+
<dates>
16+
<calendars>
17+
<calendar type="gregorian">
18+
<timeFormats>
19+
<timeFormatLength type="full">
20+
<timeFormat>
21+
<pattern draft="contributed">HH:mm:ss [zzzz]</pattern>
22+
<datetimeSkeleton draft="contributed">HHmmsszzzz</datetimeSkeleton>
23+
</timeFormat>
24+
</timeFormatLength>
25+
<timeFormatLength type="long">
26+
<timeFormat>
27+
<pattern draft="contributed">HH:mm:ss [z]</pattern>
28+
<datetimeSkeleton draft="contributed">HHmmssz</datetimeSkeleton>
29+
</timeFormat>
30+
</timeFormatLength>
31+
<timeFormatLength type="medium">
32+
<timeFormat>
33+
<pattern draft="contributed">HH:mm:ss</pattern>
34+
<datetimeSkeleton draft="contributed">HHmmss</datetimeSkeleton>
35+
</timeFormat>
36+
</timeFormatLength>
37+
<timeFormatLength type="short">
38+
<timeFormat>
39+
<pattern draft="contributed">HH:mm</pattern>
40+
<datetimeSkeleton draft="contributed">HHmm</datetimeSkeleton>
41+
</timeFormat>
42+
</timeFormatLength>
43+
</timeFormats>
44+
</calendar>
45+
</calendars>
46+
</dates>
1547
</ldml>

0 commit comments

Comments
 (0)