umpirsky / country-list

:globe_with_meridians: List of all countries with names and ISO 3166-1 codes in all languages and data formats.
MIT License
5.16k stars 1.55k forks source link

May I know which CLDR version is used here? #29

Closed hanteng closed 10 years ago

hanteng commented 10 years ago

May I know which CLDR version is used here?

umpirsky commented 10 years ago
$ composer install --dev
$ cat  vendor/zendframework/zendframework1/library/Zend/Locale/Data/en_US.xml 
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.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
-->
<ldml>
    <identity>
        <version number="$Revision: 9061 $"/>
        <generation date="$Date: 2013-07-20 12:27:45 -0500 (Sat, 20 Jul 2013) $"/>
        <language type="en"/>
        <territory type="US"/>
    </identity>
</ldml>