Skip to content

Commit

Permalink
Renamed per 2018-07-16
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Jul 17, 2018
1 parent ec7edf7 commit 5985f95
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/ISO3166.php
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,16 @@ private function lookup($key, $value)
'ETB',
],
],
[
'name' => 'Eswatini, the Kingdom of',
'alpha2' => 'SZ',
'alpha3' => 'SWZ',
'numeric' => '748',
'currency' => [
'SZL',
'ZAR',
],
],
[
'name' => 'Falkland Islands (Malvinas)',
'alpha2' => 'FK',
Expand Down Expand Up @@ -2118,16 +2128,6 @@ private function lookup($key, $value)
'NOK',
],
],
[
'name' => 'Swaziland',
'alpha2' => 'SZ',
'alpha3' => 'SWZ',
'numeric' => '748',
'currency' => [
'SZL',
'ZAR',
],
],
[
'name' => 'Sweden',
'alpha2' => 'SE',
Expand Down

0 comments on commit 5985f95

Please sign in to comment.