Places: Add Normalization Mappings for BW and RLP (Germany) #1664 #1726

This commit is contained in:
Max Nuding 2021-11-12 07:35:40 +01:00 committed by GitHub
parent c058c01770
commit 666a2358fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",