2012/9/26 Ralf Eggert <[email protected]> > Hi, > > within ZF1 we had a lot of this stuff within XML files: > > > http://framework.zend.com/svn/framework/standard/branches/release-1.12/library/Zend/Locale/Data/ > > Maybe that could be reactivated and reincluded to the /resources folder?
That data is called CLDR (Common Locale Data Repository) and is maintained at http://cldr.unicode.org/. They have a downloads section where you can get all the xml files. Inside the CLDR data there is a section "display names" where a list of all territories: http://unicode.org/reports/tr35/#Display_Name_Elements I am not sure what the reason was to remove the CLDR data from zff2, but if I remember correctly it was a large codebase and hard to keep up to date with the latest release from http://cldr.unicode.org/. But perhaps this will be resubmitted to the zf2 repository, but I am not sure... -- Jurian Sluiman
