Skip to content

Commit

Permalink
Use country name matching results from geocoder
Browse files Browse the repository at this point in the history
  • Loading branch information
ngm committed Aug 1, 2023
1 parent e701f74 commit b81db47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/en/countries.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
'KE' => 'Kenya',
'KI' => 'Kiribati',
'KP' => "Korea, Democratic People's Republic of",
'KR' => 'Korea, Republic of',
'KR' => 'South Korea',
'KW' => 'Kuwait',
'KG' => 'Kyrgyzstan',
'LA' => "Lao People's Democratic Republic",
Expand Down Expand Up @@ -250,4 +250,4 @@
'YE' => 'Yemen',
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe',
];
];

0 comments on commit b81db47

Please sign in to comment.