aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Chang <vichang@google.com>2021-04-29 14:56:07 +0100
committerVictor Chang <vichang@google.com>2021-04-29 16:37:15 +0100
commit6335c73e866b253695c8f2ae5afc301911d7b035 (patch)
tree096689fde33e72155e5d80b3dc52b0aa898cff15
parent0d0190f795a345eff7850fb4e808ec84b4322fca (diff)
downloadcldr-6335c73e866b253695c8f2ae5afc301911d7b035.tar.gz
Cherry-pick: CLDR-14457 Revert space removal in zh date format (#997)
Fix zh date time format by returning the spaces in the full and medium forms that were removed in v38. Upstream bug: https://unicode-org.atlassian.net/browse/CLDR-14457 Upstream commit: https://github.com/unicode-org/cldr/commit/294499e2bbf98a091ce0bc2da5cfa0dec43f17f4 Bug: 186152744 Test: treehugger Change-Id: Id6c33cbef5c24e2de492ae2c1e70750928a923f6
-rw-r--r--common/main/zh.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/main/zh.xml b/common/main/zh.xml
index 642c2720..eac0f16c 100644
--- a/common/main/zh.xml
+++ b/common/main/zh.xml
@@ -3330,7 +3330,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">
@@ -3340,7 +3340,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">