diff --git a/app/utils/countrycodes.py b/app/utils/countrycodes.py index 89fb58c8..5c70af99 100644 --- a/app/utils/countrycodes.py +++ b/app/utils/countrycodes.py @@ -122,6 +122,8 @@ "Kiribati" : "KI", "Korea, Democratic People's Republic of" : "KP", "Korea, Republic of" : "KR", + # Introducing Kosovo may be controversial. I guess we need to bite the bullet. + "Kosovo" : "XK", "Kuwait" : "KW", "Kyrgyzstan" : "KG", "Lao People's Democratic Republic" : "LA", @@ -332,6 +334,8 @@ "Congo (Kinshasa)" : "Congo, the Democratic Republic of the", "Taiwan*" : "Taiwan, Province of China", "Reunion" : "Réunion", + "Curacao" : "Curaçao", + "Congo (Brazzaville)" : "Congo", # "Others" has no mapping, i.e. the default val is used # "Cruise Ship" has no mapping, i.e. the default val is used }