Skip to content

Commit

Permalink
Add Croatia to the European Union (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnc committed Jun 10, 2020
1 parent b2d907b commit 2ab441e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ XXX Code for transations where no currency is involved
<group type="034" contains="AF BD BT IN IR LK MV NP PK"/> <!--Southern Asia -->
<group type="009" contains="053 054 057 061 QO"/> <!--Oceania -->
<group type="QO" contains="AQ BV CC CX GS HM IO TF UM AC CP DG TA"/> <!--Outlying Oceania -->
<group type="EU" contains="AT BE CY CZ DE DK EE ES FI FR GB GR HU IE IT LT LU LV MT NL PL PT SE SI SK BG RO" grouping="true"/> <!-- European Union, see http://europa.eu/abc/european_countries/index_en.htm -->
<group type="EU" contains="AT BE CY CZ DE DK EE ES FI FR GB GR HR HU IE IT LT LU LV MT NL PL PT SE SI SK BG RO" grouping="true"/> <!-- European Union, see http://europa.eu/abc/european_countries/index_en.htm -->
</territoryContainment>
<!-- Start of Generated Data: see http://unicode.org/cldr/data/tools/java/org/unicode/cldr/tool/package.html -->
<languageData>
Expand Down
4 changes: 2 additions & 2 deletions tests/Zend/Locale/DataTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2357,7 +2357,7 @@ public function testRegionToTerritory()
'054' => 'FJ NC PG SB VU', '057' => 'FM GU KI MH MP NR PW',
'061' => 'AS CK NU PF PN TK TO TV WF WS', '034' => 'AF BD BT IN IR LK MV NP PK',
'009' => '053 054 057 061 QO', 'QO' => 'AQ BV CC CX GS HM IO TF UM AC CP DG TA',
'EU' => 'AT BE CY CZ DE DK EE ES FI FR GB GR HU IE IT LT LU LV MT NL PL PT SE SI SK BG RO');
'EU' => 'AT BE CY CZ DE DK EE ES FI FR GB GR HR HU IE IT LT LU LV MT NL PL PT SE SI SK BG RO');
$this->assertEquals($result, $value);

$value = Zend_Locale_Data::getContent('de_AT', 'regiontoterritory', '143');
Expand Down Expand Up @@ -2579,7 +2579,7 @@ public function testTerritoryToRegion()
'ES' => '039 EU',
'GI' => '039',
'GR' => '039 EU',
'HR' => '039',
'HR' => '039 EU',
'IT' => '039 EU',
'ME' => '039',
'MK' => '039',
Expand Down

0 comments on commit 2ab441e

Please sign in to comment.