Skip to content

Commit

Permalink
CLDR-17859 gaa timeFormats unconfirmed->contributed to pass ICU tests (
Browse files Browse the repository at this point in the history
  • Loading branch information
pedberg-icu authored Aug 7, 2024
1 parent 47afea0 commit d8efa0e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions common/main/gaa.xml
Original file line number Diff line number Diff line change
Expand Up @@ -831,26 +831,26 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<timeFormats>
<timeFormatLength type="full">
<timeFormat>
<pattern draft="unconfirmed">h:mm:ss a zzzz</pattern>
<datetimeSkeleton draft="unconfirmed">ahmmsszzzz</datetimeSkeleton>
<pattern draft="contributed">h:mm:ss a zzzz</pattern>
<datetimeSkeleton draft="contributed">ahmmsszzzz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="long">
<timeFormat>
<pattern draft="unconfirmed">h:mm:ss a z</pattern>
<datetimeSkeleton draft="unconfirmed">ahmmssz</datetimeSkeleton>
<pattern draft="contributed">h:mm:ss a z</pattern>
<datetimeSkeleton draft="contributed">ahmmssz</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="medium">
<timeFormat>
<pattern draft="unconfirmed">h:mm:ss a</pattern>
<datetimeSkeleton draft="unconfirmed">ahmmss</datetimeSkeleton>
<pattern draft="contributed">h:mm:ss a</pattern>
<datetimeSkeleton draft="contributed">ahmmss</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
<timeFormatLength type="short">
<timeFormat>
<pattern draft="unconfirmed">h:mm a</pattern>
<datetimeSkeleton draft="unconfirmed">ahmm</datetimeSkeleton>
<pattern draft="contributed">h:mm a</pattern>
<datetimeSkeleton draft="contributed">ahmm</datetimeSkeleton>
</timeFormat>
</timeFormatLength>
</timeFormats>
Expand Down

0 comments on commit d8efa0e

Please sign in to comment.