mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-12-14 20:22:27 +00:00
Fixing country code for North Korea
This commit is contained in:
parent
86c25abe7d
commit
d8681fef89
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ Countries["Congo, The Democratic Republic of the"] = "CD";
|
|||
Countries["Slovakia"] = "SK";
|
||||
Countries["Bosnia and Herzegovina"] = "BA";
|
||||
Countries["Korea (North), Democratic People's Republic of"] = "KP";
|
||||
Countries["North Korea"] = "KR";
|
||||
Countries["North Korea"] = "KP";
|
||||
Countries["Korea (South), Republic of"] = "KR";
|
||||
Countries["South Korea"] = "KR";
|
||||
Countries["Montenegro"] = "ME";
|
||||
|
|
Loading…
Reference in a new issue