Skip to content

Commit

Permalink
Fix Congo alias
Browse files Browse the repository at this point in the history
  • Loading branch information
8ctopus authored and alcohol committed Sep 11, 2023
1 parent 865168d commit 4c94fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ISO3166WithAliases.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function name(string $name): array
'Bolivia' => 'Bolivia (Plurinational State of)',
'Bolivia, Plurinational State of' => 'Bolivia (Plurinational State of)',
'Congo-Kinshasa' => 'Congo (Democratic Republic of the)',
'Congo, the Democratic Republic of the' => 'Congo (Democratic Republic of the)',
'Congo, Democratic Republic of the' => 'Congo (Democratic Republic of the)',
'Czech Republic' => 'Czechia',
'Iran' => 'Iran (Islamic Republic of)',
'North Korea' => 'Korea (Democratic People\'s Republic of)',
Expand Down

0 comments on commit 4c94fe8

Please sign in to comment.