Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Croatia to the European Union #21

Merged
merged 3 commits into from
Jun 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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