1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldmlBCP47 SYSTEM "../../common/dtd/ldmlBCP47.dtd">
<!--
Copyright © 1991-2013 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->
<ldmlBCP47>
<version number="$Revision: 8242 $"/>
<generation date="$Date: 2013-02-24 19:06:02 -0800 (Sun, 24 Feb 2013) $"/>
<keyword>
<key name="ca" alias="calendar" description="Calendar algorithm key">
<type name="buddhist" description="Thai Buddhist calendar"/>
<type name="chinese" description="Traditional Chinese calendar"/>
<type name="coptic" description="Coptic calendar"/>
<type name="dangi" description="Traditional Korean calendar" since="22.1"/>
<type name="ethioaa" alias="ethiopic-amete-alem" description="Ethiopic calendar, Amete Alem (epoch approx. 5493 B.C.E)"/>
<type name="ethiopic" description="Ethiopic calendar, Amete Mihret (epoch approx, 8 C.E.)"/>
<type name="gregory" alias="gregorian" description="Gregorian calendar"/>
<type name="hebrew" description="Traditional Hebrew calendar"/>
<type name="indian" description="Indian calendar"/>
<type name="islamic" description="Astronomical Arabic calendar"/>
<type name="islamicc" alias="islamic-civil" description="Civil (algorithmic) Arabic calendar"/>
<type name="iso8601" description="ISO calendar (Gregorian calendar using the ISO 8601 calendar week rules)" since="2.0"/>
<type name="japanese" description="Japanese Imperial calendar"/>
<type name="persian" description="Persian calendar"/>
<type name="roc" description="Republic of China calendar"/>
</key>
</keyword>
</ldmlBCP47>
|