ZF-12326: "Isle of Man" returned twice in Zend_Locale::getTranslationList('RegionToTerritory')
Description
The following code
<?php
$locale = new Zend_Locale('en_US');
print_r($locale->getTranslationList('RegionToTerritory'));
?>
prints ... [154] => GG IM JE AX DK EE FI FO GB IE IM IS LT LV NO SE SJ ...
and as you can see, the country code string for "Northern Europe" contains the country code for the "Isle of Man" ("IM") twice.
Comments
No comments to display