Skip to content

Commit

Permalink
update countries list: and -> And
Browse files Browse the repository at this point in the history
  • Loading branch information
alisissa committed Feb 24, 2017
1 parent a19d2be commit 2c76584
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/vendor
composer.phar
composer.lock
.DS_Store
.DS_Store
*.xml

.idea/country.iml
30 changes: 15 additions & 15 deletions src/config/countries.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'AD' => 'Andorra',
'AE' => ['UAE', 'United Arab Emirates'],
'AF' => 'Afghanistan',
'AG' => 'Antigua and Barbuda',
'AG' => 'Antigua And Barbuda',
'AI' => 'Anguilla',
'AL' => 'Albania',
'AM' => 'Armenia',
Expand All @@ -18,7 +18,7 @@
'AW' => 'Aruba',
'AX' => 'Åland Islands',
'AZ' => 'Azerbaijan',
'BA' => 'Bosnia and Herzegovina',
'BA' => 'Bosnia And Herzegovina',
'BB' => 'Barbados',
'BD' => 'Bangladesh',
'BE' => 'Belgium',
Expand Down Expand Up @@ -52,8 +52,8 @@
'CN' => 'China',
'CO' => 'Colombia',
'CR' => 'Costa Rica',
'CS' => 'Serbia and Montenegro',
'CT' => 'Canton and Enderbury Islands',
'CS' => 'Serbia And Montenegro',
'CT' => 'Canton And Enderbury Islands',
'CU' => 'Cuba',
'CV' => 'Cape Verde',
'CX' => 'Christmas Island',
Expand All @@ -78,7 +78,7 @@
'FK' => 'Falkland Islands',
'FM' => 'Micronesia',
'FO' => 'Faroe Islands',
'FQ' => 'French Southern and Antarctic Territories',
'FQ' => 'French Southern And Antarctic Territories',
'FR' => 'France',
'FX' => 'Metropolitan France',
'GA' => 'Gabon',
Expand All @@ -95,13 +95,13 @@
'GP' => 'Guadeloupe',
'GQ' => 'Equatorial Guinea',
'GR' => 'Greece',
'GS' => 'South Georgia and the South Sandwich Islands',
'GS' => 'South Georgia And the South Sandwich Islands',
'GT' => 'Guatemala',
'GU' => 'Guam',
'GW' => 'Guinea-Bissau',
'GY' => 'Guyana',
'HK' => 'Hong Kong SAR China',
'HM' => 'Heard Island and McDonald Islands',
'HM' => 'Heard Island And McDonald Islands',
'HN' => 'Honduras',
'HR' => 'Croatia',
'HT' => 'Haiti',
Expand All @@ -126,7 +126,7 @@
'KH' => 'Cambodia',
'KI' => 'Kiribati',
'KM' => 'Comoros',
'KN' => 'Saint Kitts and Nevis',
'KN' => 'Saint Kitts And Nevis',
'KP' => 'North Korea',
'KR' => 'South Korea',
'KW' => 'Kuwait',
Expand Down Expand Up @@ -190,7 +190,7 @@
'PH' => 'Philippines',
'PK' => 'Pakistan',
'PL' => 'Poland',
'PM' => 'Saint Pierre and Miquelon',
'PM' => 'Saint Pierre And Miquelon',
'PN' => 'Pitcairn Islands',
'PR' => 'Puerto Rico',
'PS' => 'Palestine',
Expand All @@ -213,19 +213,19 @@
'SG' => 'Singapore',
'SH' => 'Saint Helena',
'SI' => 'Slovenia',
'SJ' => 'Svalbard and Jan Mayen',
'SJ' => 'Svalbard And Jan Mayen',
'SK' => 'Slovakia',
'SL' => 'Sierra Leone',
'SM' => 'San Marino',
'SN' => 'Senegal',
'SO' => 'Somalia',
'SR' => 'Suriname',
'ST' => 'São Tomé and Príncipe',
'ST' => 'São Tomé And Príncipe',
'SU' => 'Union of Soviet Socialist Republics',
'SV' => 'El Salvador',
'SY' => 'Syria',
'SZ' => 'Swaziland',
'TC' => 'Turks and Caicos Islands',
'TC' => 'Turks And Caicos Islands',
'TD' => 'Chad',
'TF' => 'French Southern Territories',
'TG' => 'Togo',
Expand All @@ -237,7 +237,7 @@
'TN' => 'Tunisia',
'TO' => 'Tonga',
'TR' => 'Turkey',
'TT' => 'Trinidad and Tobago',
'TT' => 'Trinidad And Tobago',
'TV' => 'Tuvalu',
'TW' => 'Taiwan',
'TZ' => 'Tanzania',
Expand All @@ -248,14 +248,14 @@
'UY' => 'Uruguay',
'UZ' => 'Uzbekistan',
'VA' => 'Vatican City',
'VC' => 'Saint Vincent and the Grenadines',
'VC' => 'Saint Vincent And the Grenadines',
'VD' => 'North Vietnam',
'VE' => 'Venezuela',
'VG' => 'British Virgin Islands',
'VI' => 'U.S. Virgin Islands',
'VN' => 'Vietnam',
'VU' => 'Vanuatu',
'WF' => 'Wallis and Futuna',
'WF' => 'Wallis And Futuna',
'WK' => 'Wake Island',
'WS' => 'Samoa',
'YD' => 'People\'s Democratic Republic of Yemen',
Expand Down

0 comments on commit 2c76584

Please sign in to comment.