Skip to content

Commit 3c50582

Browse files
Alex IsayenkoAlex Isayenko
authored andcommitted
Add Cyprus
1 parent 2148c27 commit 3c50582

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

presets.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ type QueryPreset struct {
66
}
77

88
var PRESETS = map[string]QueryPreset{
9+
"cyprus": QueryPreset{
10+
include: []string{"cyprus", "nicosia", "lefkosia", "limassol", "lemessos", "larnaka", "paphos"},
11+
},
912
"austria": QueryPreset{
1013
include: []string{"austria", "österreich", "vienna", "wien", "linz", "salzburg", "graz", "innsbruck", "klagenfurt", "wels", "dornbirn"},
1114
},

0 commit comments

Comments
 (0)