Skip to content

Commit

Permalink
CLDR-17979 Add std time formats for yue_Hant_CN from H-cycle availabl…
Browse files Browse the repository at this point in the history
…eFormats in yue_Hant (#4193)
  • Loading branch information
pedberg-icu authored Nov 13, 2024
1 parent 58b61f8 commit 4b52ae7
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions common/main/yue_Hant_CN.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,36 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<script type="Hant"/>
<territory type="CN"/>
</identity>
<dates>
<calendars>
<calendar type="gregorian">
<timeFormats>
<timeFormatLength type="full">
<timeFormat>
<pattern draft="contributed">HH:mm:ss [zzzz]</pattern>
<datetimeSkeleton draft="contributed">HHmmsszzzz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="long">
<timeFormat>
<pattern draft="contributed">HH:mm:ss [z]</pattern>
<datetimeSkeleton draft="contributed">HHmmssz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="medium">
<timeFormat>
<pattern draft="contributed">HH:mm:ss</pattern>
<datetimeSkeleton draft="contributed">HHmmss</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="short">
<timeFormat>
<pattern draft="contributed">HH:mm</pattern>
<datetimeSkeleton draft="contributed">HHmm</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
</timeFormats>
</calendar>
</calendars>
</dates>
</ldml>

0 comments on commit 4b52ae7

Please sign in to comment.