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-17486 Revert day-name and day-pattern changes for Ukrainian. #3677

Merged
Merged
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
20 changes: 10 additions & 10 deletions common/main/uk.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1555,7 +1555,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<dateFormats>
<dateFormatLength type="full">
<dateFormat>
<pattern>cccc, d MMMM y 'р'. G</pattern>
<pattern>EEEE, d MMMM y 'р'. G</pattern>
<datetimeSkeleton>↑↑↑</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
Expand Down Expand Up @@ -1921,13 +1921,13 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<day type="sat">↑↑↑</day>
</dayWidth>
<dayWidth type="wide">
<day type="sun">неділю</day>
<day type="sun">неділя</day>
<day type="mon">понеділок</day>
<day type="tue">вівторок</day>
<day type="wed">середу</day>
<day type="wed">середа</day>
<day type="thu">четвер</day>
<day type="fri">пʼятницю</day>
<day type="sat">суботу</day>
<day type="fri">пʼятниця</day>
<day type="sat">субота</day>
</dayWidth>
</dayContext>
<dayContext type="stand-alone">
Expand Down Expand Up @@ -1959,13 +1959,13 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<day type="sat">↑↑↑</day>
</dayWidth>
<dayWidth type="wide">
<day type="sun">неділя</day>
<day type="sun">↑↑↑</day>
<day type="mon">↑↑↑</day>
<day type="tue">↑↑↑</day>
<day type="wed">середа</day>
<day type="wed">↑↑↑</day>
<day type="thu">↑↑↑</day>
<day type="fri">пʼятниця</day>
<day type="sat">субота</day>
<day type="fri">↑↑↑</day>
<day type="sat">↑↑↑</day>
</dayWidth>
</dayContext>
</days>
Expand Down Expand Up @@ -2098,7 +2098,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<dateFormats>
<dateFormatLength type="full">
<dateFormat>
<pattern>cccc, d MMMM y 'р'.</pattern>
<pattern>EEEE, d MMMM y 'р'.</pattern>
<datetimeSkeleton>↑↑↑</datetimeSkeleton>
</dateFormat>
</dateFormatLength>
Expand Down
Loading