From 666a2358fa9036ae6f365c321b2f3f5a97494efe Mon Sep 17 00:00:00 2001 From: Max Nuding Date: Fri, 12 Nov 2021 07:35:40 +0100 Subject: [PATCH] Places: Add Normalization Mappings for BW and RLP (Germany) #1664 #1726 --- pkg/txt/states.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/txt/states.go b/pkg/txt/states.go index b448d49ba..7d2809d56 100644 --- a/pkg/txt/states.go +++ b/pkg/txt/states.go @@ -83,6 +83,7 @@ var StatesCA = LookupTable{ // StatesDE maps common abbreviations for German states. var StatesDE = LookupTable{ "BW": "Baden-Württemberg", + "Ba-Wü": "Baden-Württemberg", "Baden-Wurttemberg": "Baden-Württemberg", "BY": "Bayern", "Bavaria": "Bayern", @@ -100,6 +101,7 @@ var StatesDE = LookupTable{ "NRW": "Nordrhein-Westfalen", "North Rhine-Westphalia": "Nordrhein-Westfalen", "RP": "Rheinland-Pfalz", + "RLP": "Rheinland-Pfalz", "Rhineland-Palatinate": "Rheinland-Pfalz", "SL": "Saarland", "SN": "Sachsen",