Skip to content

Commit cf8ef60

Browse files
authored
CLDR-18915 Remove alt="ascii" in csw locale data (#4995)
1 parent 05e58f1 commit cf8ef60

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

common/main/csw.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,28 +365,24 @@ CLDR data files are interpreted according to the LDML specification (http://unic
365365
<timeFormatLength type="full">
366366
<timeFormat>
367367
<pattern>h:mm:ss a zzzz</pattern>
368-
<pattern alt="ascii" draft="contributed">h:mm:ss a zzzz</pattern>
369368
<datetimeSkeleton draft="contributed">ahmmsszzzz</datetimeSkeleton>
370369
</timeFormat>
371370
</timeFormatLength>
372371
<timeFormatLength type="long">
373372
<timeFormat>
374373
<pattern>h:mm:ss a z</pattern>
375-
<pattern alt="ascii" draft="contributed">h:mm:ss a z</pattern>
376374
<datetimeSkeleton draft="contributed">ahmmssz</datetimeSkeleton>
377375
</timeFormat>
378376
</timeFormatLength>
379377
<timeFormatLength type="medium">
380378
<timeFormat>
381379
<pattern>h:mm:ss a</pattern>
382-
<pattern alt="ascii" draft="contributed">h:mm:ss a</pattern>
383380
<datetimeSkeleton draft="contributed">ahmmss</datetimeSkeleton>
384381
</timeFormat>
385382
</timeFormatLength>
386383
<timeFormatLength type="short">
387384
<timeFormat>
388385
<pattern>h:mm a</pattern>
389-
<pattern alt="ascii" draft="contributed">h:mm a</pattern>
390386
<datetimeSkeleton draft="contributed">ahmm</datetimeSkeleton>
391387
</timeFormat>
392388
</timeFormatLength>

0 commit comments

Comments
 (0)