We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2148c27 commit 3c50582Copy full SHA for 3c50582
presets.go
@@ -6,6 +6,9 @@ type QueryPreset struct {
6
}
7
8
var PRESETS = map[string]QueryPreset{
9
+ "cyprus": QueryPreset{
10
+ include: []string{"cyprus", "nicosia", "lefkosia", "limassol", "lemessos", "larnaka", "paphos"},
11
+ },
12
"austria": QueryPreset{
13
include: []string{"austria", "österreich", "vienna", "wien", "linz", "salzburg", "graz", "innsbruck", "klagenfurt", "wels", "dornbirn"},
14
},
0 commit comments