Skip to content

Commit cad704f

Browse files
Merge pull request #78 from endormi/master
Add a few finnish and french cities
2 parents 5d2d33d + 2571b77 commit cad704f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

presets.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type PresetLocations []string
44

55
var PRESETS = map[string]PresetLocations{
66
"austria": PresetLocations{"austria", "österreich", "vienna", "wien", "linz", "salzburg", "graz", "innsbruck", "klagenfurt", "wels", "dornbirn"},
7-
"finland": PresetLocations{"finland", "suomi", "helsinki", "tampere", "oulu", "espoo", "vantaa", "turku"},
7+
"finland": PresetLocations{"finland", "suomi", "helsinki", "tampere", "oulu", "espoo", "vantaa", "turku", "rovaniemi", "jyväskylä", "lahti", "kuopio", "pori", "lappeenranta", "vaasa"},
88
"sweden": PresetLocations{"sweden", "sverige", "stockholm", "malmö", "uppsala", "göteborg", "gothenburg"},
99
"norway": PresetLocations{"norway", "norge", "oslo", "bergen"},
1010
"germany": PresetLocations{"germany", "deutschland", "berlin", "frankfurt", "munich", "münchen", "hamburg", "cologne", "köln"},
@@ -15,7 +15,7 @@ var PRESETS = map[string]PresetLocations{
1515
"estonia": PresetLocations{"estonia", "eesti", "tallinn", "tartu", "narva", "pärnu"},
1616
"denmark": PresetLocations{"denmark", "danmark", "copenhagen", "aarhus", "odense", "aalborg"},
1717
"portugal": PresetLocations{"portugal", "lisbon", "lisboa", "braga", "porto", "aveiro", "coimbra", "funchal", "madeira"},
18-
"france": PresetLocations{"france", "paris", "marseille", "lyon", "toulouse", "nice", "nantes", "strasbourg", "montpellier", "bordeaux", "lille", "rennes", "reims"},
18+
"france": PresetLocations{"france", "paris", "marseille", "lyon", "toulouse", "nice", "nantes", "strasbourg", "montpellier", "bordeaux", "lille", "rennes", "reims", "rouen", "toulon", "le+havre", "grenoble", "dijon", "le+mans", "brest,france", "tours"},
1919
"spain": PresetLocations{"spain", "españa", "madrid", "barcelona", "valencia", "seville", "sevilla", "zaragoza", "malaga", "murcia", "palma", "bilbao", "alicante", "cordoba"},
2020
"italy": PresetLocations{"italy", "italia", "rome", "roma", "milan", "naples", "napoli", "turin", "torino", "palermo", "genoa", "genova", "bologna", "florence", "firenze", "bari", "catania", "venice", "verona"},
2121
"uk": PresetLocations{"uk", "england", "scotland", "wales", "northern+ireland", "london", "birmingham", "leeds", "glasgow", "sheffield", "bradford", "manchester", "edinburgh", "liverpool", "bristol", "cardiff", "belfast", "leicester", "wakefield", "coventry", "nottingham", "newcastle"},

0 commit comments

Comments
 (0)