8071b801ea
X-SVN-Rev: 18215
111 lines
3.5 KiB
XML
111 lines
3.5 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!--
|
|
Copyright (c) 2002-2005 International Business Machines Corporation and others. All rights reserved.
|
|
-->
|
|
<!DOCTYPE ldml SYSTEM "http://www.unicode.org/cldr/dtd/1.3/ldml.dtd"
|
|
[
|
|
<!ENTITY % icu SYSTEM " http://www.unicode.org/cldr/dtd/1.3/ldmlICU.dtd">
|
|
%icu;
|
|
]
|
|
>
|
|
<ldml>
|
|
<identity>
|
|
<version number="$Revision: 1.28 $"/>
|
|
<generation date="$Date: 2005/07/12 18:00:48 $"/>
|
|
<language type="root"/>
|
|
</identity>
|
|
<characters>
|
|
<special xmlns:icu="http://oss.software.ibm.com/icu/">
|
|
<icu:scripts>
|
|
<icu:script type="1">Zyyy</icu:script>
|
|
</icu:scripts>
|
|
</special>
|
|
</characters>
|
|
<dates>
|
|
<calendars>
|
|
<calendar type="chinese">
|
|
<special xmlns:icu="http://oss.software.ibm.com/icu/">
|
|
<!--
|
|
IsLeapMonth {
|
|
"",
|
|
"*"
|
|
}
|
|
-->
|
|
<icu:isLeapMonth>
|
|
<icu:nonLeapSymbol/>
|
|
<icu:leapSymbol>*</icu:leapSymbol>
|
|
</icu:isLeapMonth>
|
|
</special>
|
|
</calendar>
|
|
<!-- Note: LDML2ICUConverter wants to make a separate calendars{}
|
|
in ICU. It works to simply merge them together. -->
|
|
|
|
<calendar type="coptic"> <!-- from CopticCalendar.java -->
|
|
<months>
|
|
<monthContext type="format">
|
|
<monthWidth type="wide">
|
|
<month type="1">Tout</month>
|
|
<month type="2">Baba</month>
|
|
<month type="3">Hator</month>
|
|
<month type="4">Kiahk</month>
|
|
<month type="5">Toba</month>
|
|
<month type="6">Amshir</month>
|
|
<month type="7">Baramhat</month>
|
|
<month type="8">Baramouda</month>
|
|
<month type="9">Bashans</month>
|
|
<month type="10">Paona</month>
|
|
<month type="11">Epep</month>
|
|
<month type="12">Mesra</month>
|
|
<month type="13">Nasie</month>
|
|
</monthWidth>
|
|
</monthContext>
|
|
</months>
|
|
</calendar>
|
|
<calendar type="ethiopic"> <!-- from EthiopicCalendar.java -->
|
|
<months>
|
|
<monthContext type="format">
|
|
<monthWidth type="wide">
|
|
<month type="1">Meskerem</month>
|
|
<month type="2">Tekemt</month>
|
|
<month type="3">Hedar</month>
|
|
<month type="4">Tahsas</month>
|
|
<month type="5">Ter</month>
|
|
<month type="6">Yekatit</month>
|
|
<month type="7">Megabit</month>
|
|
<month type="8">Miazia</month>
|
|
<month type="9">Genbot</month>
|
|
<month type="10">Sene</month>
|
|
<month type="11">Hamle</month>
|
|
<month type="12">Nehasse</month>
|
|
<month type="13">Pagumen</month>
|
|
</monthWidth>
|
|
</monthContext>
|
|
</months>
|
|
</calendar>
|
|
</calendars>
|
|
<timeZoneNames>
|
|
<zone type="">
|
|
<long>
|
|
<standard/>
|
|
<daylight/>
|
|
</long>
|
|
<short>
|
|
<standard/>
|
|
<daylight/>
|
|
</short>
|
|
<exemplarCity/>
|
|
</zone>
|
|
</timeZoneNames>
|
|
</dates>
|
|
<special xmlns:icu="http://oss.software.ibm.com/icu/">
|
|
<icu:boundaries>
|
|
<icu:grapheme icu:class="RuleBased" icu:import="char"/>
|
|
<icu:word icu:class="RuleBased" icu:import="word"/>
|
|
<icu:line icu:class="RuleBased" icu:import="line"/>
|
|
<icu:sentence icu:class="RuleBased" icu:import="sent"/>
|
|
<icu:title icu:class="RuleBased" icu:import="title"/>
|
|
</icu:boundaries>
|
|
</special>
|
|
</ldml>
|
|
|