From 0d4a7449f7508453f54fa83a35e5042e25bbaac6 Mon Sep 17 00:00:00 2001 From: Masoud <64279553+MasoudRawahi@users.noreply.github.com> Date: Sat, 2 Jan 2021 22:26:02 +0400 Subject: [PATCH] =?UTF-8?q?Add=20Oman=20=F0=9F=87=B4=F0=9F=87=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I've included Oman and it's 11 Governorates --- presets.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/presets.go b/presets.go index 8b88e675b..334bfad79 100644 --- a/presets.go +++ b/presets.go @@ -9,6 +9,10 @@ var PRESETS = map[string]QueryPreset{ "austria": QueryPreset{ include: []string{"austria", "österreich", "vienna", "wien", "linz", "salzburg", "graz", "innsbruck", "klagenfurt", "wels", "dornbirn"}, }, + "oman": QueryPreset{ + include: []string{"oman", "ad+dakhiliyah", "ad+dhahirah", "batinah+north", "batinah+south", "al+buraymi", "al+wusta", "ash+sharqiyah+north", "ash+sharqiyah+south", "dhofar", "muscat" , "musandam"}, + + }, "finland": QueryPreset{ include: []string{"finland", "suomi", "helsinki", "tampere", "oulu", "espoo", "vantaa", "turku", "rovaniemi", "jyväskylä", "lahti", "kuopio", "pori", "lappeenranta", "vaasa"}, }, @@ -319,7 +323,10 @@ var PRESETS = map[string]QueryPreset{ }, "uae": QueryPreset{ include: []string{"uae", "emirates", "dubai", "abu+dhabi", "sharjah", "al+ain", "ajman"}, + }, + + "honduras": QueryPreset{ include: []string{"honduras", "tegucigalpa", "san+pedro+sula", "choloma", "la+ceiba", "el+progreso", "choluteca", "comayagua"}, },