mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-5841 check in hindu calendar data into XML
X-SVN-Rev: 22371
This commit is contained in:
parent
b2b7e4e1b9
commit
4fb6ee8521
2 changed files with 100 additions and 33 deletions
|
@ -530,7 +530,6 @@ root{
|
|||
}
|
||||
quarters:alias{"/LOCALE/calendar/gregorian/quarters"}
|
||||
}
|
||||
// added by hand by Eric Mader on 07/19/2007
|
||||
indian{
|
||||
dayNames:alias{"/LOCALE/calendar/gregorian/dayNames"}
|
||||
eras{
|
||||
|
@ -546,24 +545,23 @@ root{
|
|||
abbreviated:alias{"/LOCALE/calendar/indian/monthNames/format/wide"}
|
||||
default{"wide"}
|
||||
narrow:alias{"/LOCALE/calendar/indian/monthNames/stand-alone/narrow"}
|
||||
wide{
|
||||
"Chaitra",
|
||||
"Vaisakha",
|
||||
"Jyaistha",
|
||||
"Asadha",
|
||||
"Sravana",
|
||||
"Bhadra",
|
||||
"Asvina",
|
||||
"Kartika",
|
||||
"Agrahayana",
|
||||
"Pausa",
|
||||
"Magha",
|
||||
"Phalguna",
|
||||
}
|
||||
|
||||
}
|
||||
stand-alone{
|
||||
abbreviated:alias{"/LOCALE/calendar/indian/monthNames/format/abbreviated"}
|
||||
wide{
|
||||
"Chaitra",
|
||||
"Vaisakha",
|
||||
"Jyaistha",
|
||||
"Asadha",
|
||||
"Sravana",
|
||||
"Bhadra",
|
||||
"Asvina",
|
||||
"Kartika",
|
||||
"Agrahayana",
|
||||
"Pausa",
|
||||
"Magha",
|
||||
"Phalguna",
|
||||
}
|
||||
}
|
||||
stand-alone{
|
||||
abbreviated:alias{"/LOCALE/calendar/indian/monthNames/format/abbreviated"}
|
||||
narrow{
|
||||
"1",
|
||||
"2",
|
||||
|
@ -578,7 +576,7 @@ root{
|
|||
"11",
|
||||
"12",
|
||||
}
|
||||
wide:alias{"/LOCALE/calendar/islamic/monthNames/format/wide"}
|
||||
wide:alias{"/LOCALE/calendar/indian/monthNames/format/wide"}
|
||||
}
|
||||
}
|
||||
quarters:alias{"/LOCALE/calendar/gregorian/quarters"}
|
||||
|
|
|
@ -9,18 +9,18 @@
|
|||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="$Revision: 1.30 $"/>
|
||||
<generation date="$Date: 2007/05/25 01:05:56 $"/>
|
||||
<language type="root"/>
|
||||
</identity>
|
||||
<characters>
|
||||
<special xmlns:icu="http://www.icu-project.org/">
|
||||
<icu:scripts>
|
||||
<icu:script type="1">Zyyy</icu:script>
|
||||
</icu:scripts>
|
||||
</special>
|
||||
</characters>
|
||||
<identity>
|
||||
<version number="$Revision: 1.30 $"/>
|
||||
<generation date="$Date: 2007/05/25 01:05:56 $"/>
|
||||
<language type="root"/>
|
||||
</identity>
|
||||
<characters>
|
||||
<special xmlns:icu="http://www.icu-project.org/">
|
||||
<icu:scripts>
|
||||
<icu:script type="1">Zyyy</icu:script>
|
||||
</icu:scripts>
|
||||
</special>
|
||||
</characters>
|
||||
<dates>
|
||||
<calendars>
|
||||
<calendar type="chinese">
|
||||
|
@ -55,7 +55,7 @@
|
|||
</eraNames>
|
||||
<eraAbbr>
|
||||
<era type="0">míngúo</era>
|
||||
<!-- = 1912 AD gregorian. See: http://en.wikipedia.org/wiki/Minguo_calendar -->
|
||||
<!-- = 1912 AD gregorian. See: http://en.wikipedia.org/wiki/Minguo_calendar -->
|
||||
</eraAbbr>
|
||||
<eraNarrow>
|
||||
<alias source="locale" path="../eraAbbr"/>
|
||||
|
@ -91,6 +91,75 @@
|
|||
<alias source="locale" path="../../calendar[@type='gregorian']/dateTimeFormats"/>
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
<calendar type="indian">
|
||||
<!-- we rely on ICU behavior that falls back to Gregorian rather than putting in explicit
|
||||
aliases for all types here. -->
|
||||
<months>
|
||||
<default choice="format"/>
|
||||
<monthContext type="format">
|
||||
<default choice="wide"/>
|
||||
<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">Chaitra</month>
|
||||
<month type="2">Vaisakha</month>
|
||||
<month type="3">Jyaistha</month>
|
||||
<month type="4">Asadha</month>
|
||||
<month type="5">Sravana</month>
|
||||
<month type="6">Bhadra</month>
|
||||
<month type="7">Asvina</month>
|
||||
<month type="8">Kartika</month>
|
||||
<month type="9">Agrahayana</month>
|
||||
<month type="10">Pausa</month>
|
||||
<month type="11">Magha</month>
|
||||
<month type="12">Phalguna</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>
|
||||
</monthWidth>
|
||||
<monthWidth type="wide">
|
||||
<alias source="locale" path="../../monthContext[@type='format']/monthWidth[@type='wide']"/>
|
||||
</monthWidth>
|
||||
</monthContext>
|
||||
</months>
|
||||
<days>
|
||||
<alias source="locale" path="../../calendar[@type='gregorian']/days"/>
|
||||
</days>
|
||||
<quarters>
|
||||
<alias source="locale" path="../../calendar[@type='gregorian']/quarters"/>
|
||||
</quarters>
|
||||
<eras>
|
||||
<eraNames>
|
||||
<alias source="locale" path="../eraAbbr"/>
|
||||
</eraNames>
|
||||
<eraAbbr>
|
||||
<era type="0">SAKA</era>
|
||||
</eraAbbr>
|
||||
<eraNarrow>
|
||||
<alias source="locale" path="../eraAbbr"/>
|
||||
</eraNarrow>
|
||||
</eras>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
<zone type="">
|
||||
|
|
Loading…
Add table
Reference in a new issue