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-8081 Add names for traditional Myanmar calendar #3806

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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/bcp47/calendar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ For terms of use, see http://www.unicode.org/copyright.html
<type name="japanese" description="Japanese Imperial calendar"/>
<type name="persian" description="Persian calendar"/>
<type name="roc" description="Republic of China calendar"/>
<type name="myanmar" description="Traditional Myanmar calendar"/>

<type name="islamicc" description="Civil (algorithmic) Arabic calendar" deprecated="true" preferred="islamic-civil" alias="islamic-civil"/>
</key>
Expand Down
67 changes: 67 additions & 0 deletions common/main/root.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2442,6 +2442,73 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<alias source="locale" path="../../calendar[@type='generic']/dateTimeFormats"/>
</dateTimeFormats>
</calendar>
<calendar type="myanmar">
<months>
<monthContext type="format">
<monthWidth type="abbreviated">
<alias source="locale" path="../monthWidth[@type='wide']"/>
</monthWidth>
<monthWidth type="narrow">
<alias source="locale" path="../../monthContext[@type='stand-alone']/monthWidth[@type='narrow']"/>
</monthWidth>
<monthWidth type="wide">
<month type="1">Tagu</month>
<month type="2">Kason</month>
<month type="3">Nayon</month>
<month type="4">Waso</month>
<month type="5">Second Waso</month>
<month type="6">Wagaung</month>
<month type="7">Tawthalin</month>
<month type="8">Thadingyut</month>
<month type="9">Tazaungmon</month>
<month type="10">Nadaw</month>
<month type="11">Pyatho</month>
<month type="12">Tabodwe</month>
<month type="13">Tabaung</month>
<month type="14">Late Tagu</month>
<month type="15">Late Kason</month>
</monthWidth>
</monthContext>
<monthContext type="stand-alone">
<monthWidth type="abbreviated">
<alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='abbreviated']"/>
</monthWidth>
<monthWidth type="narrow">
<month type="1">1</month>
<month type="2">2</month>
<month type="3">3</month>
<month type="4">4</month>
<month type="5">5</month>
<month type="6">6</month>
<month type="7">7</month>
<month type="8">8</month>
<month type="9">9</month>
<month type="10">10</month>
<month type="11">11</month>
<month type="12">12</month>
<month type="13">13</month>
<month type="14">14</month>
<month type="15">15</month>
</monthWidth>
<monthWidth type="wide">
<alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='wide']"/>
</monthWidth>
</monthContext>
</months>
<eras>
<eraNames>
<alias source="locale" path="../eraAbbr"/>
</eraNames>
<eraAbbr>
<era type="0">ME</era>
<era type="1">ME</era>
<era type="2">ME</era>
</eraAbbr>
<eraNarrow>
<alias source="locale" path="../eraAbbr"/>
</eraNarrow>
</eras>
</calendar>
<calendar type="persian">
<months>
<monthContext type="format">
Expand Down