From 7cd2a885535df7e212ae1bfb9390402489f7ee01 Mon Sep 17 00:00:00 2001 From: gribok <40306040+gribok@users.noreply.github.com> Date: Mon, 16 Mar 2020 14:54:48 +0000 Subject: [PATCH] add synonyms for Germany --- app/utils/countrycodes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/utils/countrycodes.py b/app/utils/countrycodes.py index 5c70af99..649c9bbf 100644 --- a/app/utils/countrycodes.py +++ b/app/utils/countrycodes.py @@ -336,6 +336,7 @@ "Reunion" : "Réunion", "Curacao" : "Curaçao", "Congo (Brazzaville)" : "Congo", + "Deutschland" : "Germany", # "Others" has no mapping, i.e. the default val is used # "Cruise Ship" has no mapping, i.e. the default val is used }