From f3ff0308678741571005fa5d9c7a74df09d4947f Mon Sep 17 00:00:00 2001 From: Rostislav Svoboda Date: Sun, 29 Mar 2020 17:40:45 +0200 Subject: [PATCH] New alias --- app/utils/countries.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/utils/countries.py b/app/utils/countries.py index 6647e679..57f67bd3 100644 --- a/app/utils/countries.py +++ b/app/utils/countries.py @@ -215,6 +215,7 @@ "Morocco" : "MA", "Mozambique" : "MZ", "Myanmar" : "MM", + "Burma" : "MM", "Namibia" : "NA", "Nauru" : "NR", "Nepal" : "NP", @@ -359,7 +360,10 @@ # "Disputed Territory" : "XX", # "Others" has no mapping, i.e. the default val is used - # "Cruise Ship" has no mapping, i.e. the default val is used + + # ships: + # "Cruise Ship" + # "MS Zaandam" } # fmt: on