File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55class Country
66{
7+
78 const CODES = [
89 'AF ' => 'Afghanistan ' ,
910 'AX ' => 'Aland Islands ' ,
@@ -32,6 +33,7 @@ class Country
3233 'BM ' => 'Bermuda ' ,
3334 'BT ' => 'Bhutan ' ,
3435 'BO ' => 'Bolivia ' ,
36+ 'BQ ' => 'Bonaire ' ,
3537 'BA ' => 'Bosnia And Herzegovina ' ,
3638 'BW ' => 'Botswana ' ,
3739 'BV ' => 'Bouvet Island ' ,
@@ -61,6 +63,7 @@ class Country
6163 'CI ' => 'Cote D \'Ivoire ' ,
6264 'HR ' => 'Croatia ' ,
6365 'CU ' => 'Cuba ' ,
66+ 'CW ' => 'Curacao ' ,
6467 'CY ' => 'Cyprus ' ,
6568 'CZ ' => 'Czech Republic ' ,
6669 'DK ' => 'Denmark ' ,
@@ -204,12 +207,14 @@ class Country
204207 'SC ' => 'Seychelles ' ,
205208 'SL ' => 'Sierra Leone ' ,
206209 'SG ' => 'Singapore ' ,
210+ 'SX ' => 'Sint Maarten ' ,
207211 'SK ' => 'Slovakia ' ,
208212 'SI ' => 'Slovenia ' ,
209213 'SB ' => 'Solomon Islands ' ,
210214 'SO ' => 'Somalia ' ,
211215 'ZA ' => 'South Africa ' ,
212216 'GS ' => 'South Georgia And Sandwich Isl. ' ,
217+ 'SS ' => 'South Sudan ' ,
213218 'ES ' => 'Spain ' ,
214219 'LK ' => 'Sri Lanka ' ,
215220 'SD ' => 'Sudan ' ,
You can’t perform that action at this time.
0 commit comments