Skip to content

Commit a5893ea

Browse files
Merge pull request #4 from terrymun/master
Updated alpha3 code for Romania its ROU not ROM, as per https://www.iso.org/obp/ui/#iso:code:3166:RO
2 parents da830b9 + 1dbb7be commit a5893ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CountriesArray.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ class CountriesArray{
202202
"PR" => array( 'alpha2'=>'PR', 'alpha3'=>'PRI', 'num'=>'630', 'isd'=> '1', "name" => "Puerto Rico", "continent" => "North America"),
203203
"QA" => array( 'alpha2'=>'QA', 'alpha3'=>'QAT', 'num'=>'634', 'isd'=> '974', "name" => "Qatar", "continent" => "Asia"),
204204
"RE" => array( 'alpha2'=>'RE', 'alpha3'=>'REU', 'num'=>'638', 'isd'=> '262', "name" => "Reunion", "continent" => "Africa"),
205-
"RO" => array( 'alpha2'=>'RO', 'alpha3'=>'ROM', 'num'=>'642', 'isd'=> '40', "name" => "Romania", "continent" => "Europe"),
205+
"RO" => array( 'alpha2'=>'RO', 'alpha3'=>'ROU', 'num'=>'642', 'isd'=> '40', "name" => "Romania", "continent" => "Europe"),
206206
"RU" => array( 'alpha2'=>'RU', 'alpha3'=>'RUS', 'num'=>'643', 'isd'=> '7', "name" => "Russian Federation", "continent" => "Europe"),
207207
"RW" => array( 'alpha2'=>'RW', 'alpha3'=>'RWA', 'num'=>'646', 'isd'=> '250', "name" => "Rwanda", "continent" => "Africa"),
208208
"SH" => array( 'alpha2'=>'SH', 'alpha3'=>'SHN', 'num'=>'654', 'isd'=> '290', "name" => "Saint Helena", "continent" => "Africa"),

0 commit comments

Comments
 (0)