mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
cldrbug 231: add support for isLeapMonth
X-SVN-Rev: 16678
This commit is contained in:
parent
bf497ec1ff
commit
dd55e581ae
1 changed files with 16 additions and 0 deletions
|
@ -19,6 +19,22 @@
|
|||
</special>
|
||||
</characters>
|
||||
<dates>
|
||||
<calendars>
|
||||
<calendar type="chinese" >
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" >
|
||||
<!--
|
||||
IsLeapMonth {
|
||||
"",
|
||||
"*"
|
||||
}
|
||||
-->
|
||||
<icu:isLeapMonth>
|
||||
<icu:nonLeapSymbol></icu:nonLeapSymbol>
|
||||
<icu:leapSymbol>*</icu:leapSymbol>
|
||||
</icu:isLeapMonth>
|
||||
</special>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
<zone type="">
|
||||
<long>
|
||||
|
|
Loading…
Add table
Reference in a new issue