Skip to content

Commit

Permalink
Merge pull request #43 from DarkGit/release-3.x
Browse files Browse the repository at this point in the history
Added new country codes
  • Loading branch information
DarkGit committed Nov 14, 2023
2 parents 3d54895 + 319a24c commit ae4abf1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Constants/Country.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

class Country
{

const CODES = [
'AF' => 'Afghanistan',
'AX' => 'Aland Islands',
Expand Down Expand Up @@ -32,6 +33,7 @@ class Country
'BM' => 'Bermuda',
'BT' => 'Bhutan',
'BO' => 'Bolivia',
'BQ' => 'Bonaire',
'BA' => 'Bosnia And Herzegovina',
'BW' => 'Botswana',
'BV' => 'Bouvet Island',
Expand Down Expand Up @@ -61,6 +63,7 @@ class Country
'CI' => 'Cote D\'Ivoire',
'HR' => 'Croatia',
'CU' => 'Cuba',
'CW' => 'Curacao',
'CY' => 'Cyprus',
'CZ' => 'Czech Republic',
'DK' => 'Denmark',
Expand Down Expand Up @@ -204,12 +207,14 @@ class Country
'SC' => 'Seychelles',
'SL' => 'Sierra Leone',
'SG' => 'Singapore',
'SX' => 'Sint Maarten',
'SK' => 'Slovakia',
'SI' => 'Slovenia',
'SB' => 'Solomon Islands',
'SO' => 'Somalia',
'ZA' => 'South Africa',
'GS' => 'South Georgia And Sandwich Isl.',
'SS' => 'South Sudan',
'ES' => 'Spain',
'LK' => 'Sri Lanka',
'SD' => 'Sudan',
Expand Down

0 comments on commit ae4abf1

Please sign in to comment.