Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLDR-17322 Fix en_001 & en_CA narrow standalone day periods #3552

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading