Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 1d601df

Browse files
author
Lauri Piispanen
committed
add England, Scotland, Wales and Northern Ireland (closes #57)
1 parent 8718b98 commit 1d601df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presets.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var PRESETS = map[string]PresetLocations{
1818
"france": PresetLocations{"france", "paris", "marseille", "lyon", "toulouse", "nice", "nantes", "strasbourg", "montpellier", "bordeaux", "lille", "rennes", "reims"},
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"},
21-
"uk": PresetLocations{"uk", "london", "birmingham", "leeds", "glasgow", "sheffield", "bradford", "manchester", "edinburgh", "liverpool", "bristol", "cardiff", "belfast", "leicester", "wakefield", "coventry", "nottingham", "newcastle"},
21+
"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"},
2222
"croatia": PresetLocations{"croatia", "hrvatska", "zagreb", "split", "rijeka", "osijek", "zadar", "pula"},
2323
"worldwide": PresetLocations{},
2424
"china": PresetLocations{"china", "中国", "guangzhou", "shanghai", "beijing", "hangzhou", "hong+kong"},

0 commit comments

Comments
 (0)