File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/Symfony/Component/Intl/Data/Generator Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ class RegionDataGenerator extends AbstractDataGenerator
34
34
const BOUVET_ISLAND_ID = 'BV ' ;
35
35
const HEARD_MCDONALD_ISLANDS_ID = 'HM ' ;
36
36
const CLIPPERTON_ISLAND_ID = 'CP ' ;
37
+ const EUROZONE_UNION_ID = 'EZ ' ;
38
+ const UNITED_NATIONS_ID = 'UN ' ;
37
39
38
40
/**
39
41
* Regions excluded from generation.
@@ -43,6 +45,8 @@ class RegionDataGenerator extends AbstractDataGenerator
43
45
// Look like countries, but are sub-continents
44
46
self ::OUTLYING_OCEANIA_REGION_ID => true ,
45
47
self ::EUROPEAN_UNION_ID => true ,
48
+ self ::EUROZONE_UNION_ID => true ,
49
+ self ::UNITED_NATIONS_ID => true ,
46
50
// No longer exists
47
51
self ::NETHERLANDS_ANTILLES_ID => true ,
48
52
// Uninhabited islands
You can’t perform that action at this time.
0 commit comments