Skip to content

Commit

Permalink
CLDR-17322 Fix en_001 & en_CA narrow standalone day periods (#3552)
Browse files Browse the repository at this point in the history
CLDR-17322

Fix en_001 & en_CA narrow standalone day periods for consistency

See #3552
  • Loading branch information
AEApple authored Mar 5, 2024
1 parent 9db46cc commit 9034b31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions common/main/en_001.xml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<dayPeriod type="pm">pm</dayPeriod>
</dayPeriodWidth>
<dayPeriodWidth type="narrow">
<dayPeriod type="am">am</dayPeriod>
<dayPeriod type="pm">pm</dayPeriod>
</dayPeriodWidth>
<dayPeriodWidth type="wide">
Expand Down
2 changes: 1 addition & 1 deletion common/main/en_CA.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
</dayPeriodWidth>
<dayPeriodWidth type="narrow">
<dayPeriod type="midnight">mid</dayPeriod>
<dayPeriod type="am">a.m.</dayPeriod>
<dayPeriod type="am">am</dayPeriod>
<dayPeriod type="noon">↑↑↑</dayPeriod>
<dayPeriod type="pm">pm</dayPeriod>
<dayPeriod type="morning1">mor</dayPeriod>
Expand Down

0 comments on commit 9034b31

Please sign in to comment.