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-17892 Added aliases from "iso8601" to "gregorian", since "iso860… #3962

Closed
wants to merge 1 commit into from
Closed
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
26 changes: 26 additions & 0 deletions common/main/root.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1936,6 +1936,32 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<alias source="locale" path="../../calendar[@type='islamic']/dateTimeFormats"/>
</dateTimeFormats>
</calendar>
<calendar type="iso8601">
<months>
<alias source="locale" path="../../calendar[@type='gregorian']/months"/>
</months>
<days>
<alias source="locale" path="../../calendar[@type='gregorian']/days"/>
</days>
<quarters>
<alias source="locale" path="../../calendar[@type='gregorian']/quarters"/>
</quarters>
<dayPeriods>
<alias source="locale" path="../../calendar[@type='gregorian']/dayPeriods"/>
</dayPeriods>
<eras>
<alias source="locale" path="../../calendar[@type='gregorian']/eras"/>
</eras>
<dateFormats>
<alias source="locale" path="../../calendar[@type='gregorian']/dateFormats"/>
</dateFormats>
<timeFormats>
<alias source="locale" path="../../calendar[@type='gregorian']/timeFormats"/>
</timeFormats>
<dateTimeFormats>
<alias source="locale" path="../../calendar[@type='gregorian']/dateTimeFormats"/>
</dateTimeFormats>
</calendar>
<calendar type="japanese">
<months>
<alias source="locale" path="../../calendar[@type='gregorian']/months"/>
Expand Down
Loading