diff options
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/FixMindelo.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixMindelo.pm | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMindelo.pm b/perllib/FixMyStreet/Cobrand/FixMindelo.pm deleted file mode 100644 index 60f69d589..000000000 --- a/perllib/FixMyStreet/Cobrand/FixMindelo.pm +++ /dev/null @@ -1,25 +0,0 @@ -package FixMyStreet::Cobrand::FixMindelo; -use base 'FixMyStreet::Cobrand::Default'; - -use strict; -use warnings; - -sub country { - return 'CV'; -} - -sub languages { [ 'pt-cv,Portuguese,pt_CV' ] } -sub language_override { 'pt-cv' } - -sub disambiguate_location { - return { - country => 'cv', - bing_country => 'Cape Verde', - }; -} - -# let staff hide reports -sub users_can_hide { 1 } - -1; - |