From 8f06164d892603fda5f7efca86204bcbaafea995 Mon Sep 17 00:00:00 2001 From: Sem <36790216+Sem1084@users.noreply.github.com> Date: Mon, 16 Mar 2020 17:49:06 +0100 Subject: [PATCH 1/2] Update countrycodes.py --- app/utils/countrycodes.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/utils/countrycodes.py b/app/utils/countrycodes.py index 5c70af99..6914fd38 100644 --- a/app/utils/countrycodes.py +++ b/app/utils/countrycodes.py @@ -336,6 +336,12 @@ "Reunion" : "Réunion", "Curacao" : "Curaçao", "Congo (Brazzaville)" : "Congo", + "Deutschland" : "Germany", + "Nederland" : "Netherlands, + "België" : "Belgium", + "Holland" : "Netherlands", + "Catalonia" : "Spain" + # "Others" has no mapping, i.e. the default val is used # "Cruise Ship" has no mapping, i.e. the default val is used } From 219edab1c8936a6c0e988c1b4319de295b7b4cfe Mon Sep 17 00:00:00 2001 From: Sem <36790216+Sem1084@users.noreply.github.com> Date: Mon, 16 Mar 2020 17:49:53 +0100 Subject: [PATCH 2/2] Added Synonyms --- app/utils/countrycodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/utils/countrycodes.py b/app/utils/countrycodes.py index 6914fd38..0f66dc55 100644 --- a/app/utils/countrycodes.py +++ b/app/utils/countrycodes.py @@ -337,7 +337,7 @@ "Curacao" : "Curaçao", "Congo (Brazzaville)" : "Congo", "Deutschland" : "Germany", - "Nederland" : "Netherlands, + "Nederland" : "Netherlands", "België" : "Belgium", "Holland" : "Netherlands", "Catalonia" : "Spain"