diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-09-04 11:08:15 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-09-05 17:01:12 +0100 |
commit | eed261eaa1ac36e86b9f621d999e72f083f9c3da (patch) | |
tree | 439efb83ecbe4f6ef5bcdae675444c7ee1b69b78 | |
parent | dbd5376d42beb4744e9e9e2a020f878a2821b00b (diff) |
switch Fixmindelo to pt_CV locale
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixMindelo.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMindelo.pm b/perllib/FixMyStreet/Cobrand/FixMindelo.pm index 6f81bad84..7ba93ac3b 100644 --- a/perllib/FixMyStreet/Cobrand/FixMindelo.pm +++ b/perllib/FixMyStreet/Cobrand/FixMindelo.pm @@ -4,11 +4,12 @@ use base 'FixMyStreet::Cobrand::Default'; use strict; use warnings; - sub country { return 'CV'; } +sub languages { [ 'pt-cv,Portuguese,pt_CV', 'en-gb,English,en_GB' ] } +sub language_override { 'pt-cv' } sub language_domain { 'FixMindelo' } sub disambiguate_location { |