Skip to content

Commit

Permalink
CLDR-14457 Revert space removal in zh date format (#997)
Browse files Browse the repository at this point in the history
Fix zh date time format by returning the spaces in the full and medium forms that were removed in v38.
  • Loading branch information
AEApple committed Feb 1, 2021
1 parent caf9628 commit 294499e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/main/zh.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3329,7 +3329,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<dateTimeFormats>
<dateTimeFormatLength type="full">
<dateTimeFormat>
<pattern>{1}{0}</pattern>
<pattern>{1} {0}</pattern>
</dateTimeFormat>
</dateTimeFormatLength>
<dateTimeFormatLength type="long">
Expand All @@ -3339,7 +3339,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
</dateTimeFormatLength>
<dateTimeFormatLength type="medium">
<dateTimeFormat>
<pattern>{1}{0}</pattern>
<pattern>{1} {0}</pattern>
</dateTimeFormat>
</dateTimeFormatLength>
<dateTimeFormatLength type="short">
Expand Down

0 comments on commit 294499e

Please sign in to comment.