diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-01-29 12:56:28 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-02-13 12:40:28 +0000 |
commit | 7a8606149d41974c6c1d320fbed1902bf267cebd (patch) | |
tree | 6f044a887ebecafb6f5abf1ca160e50b8e829543 /perllib/FixMyStreet/Cobrand/FixaMinGata.pm | |
parent | 4aa1b486eae85144775f303ffe762f93f950becc (diff) |
Remove need to have to specify en-gb in LANGUAGES.
Instead, add it if not present at the negotiation stage. Even if not
negotiated, we currently need it to be present for the in_gb_locale()
calls to work.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/FixaMinGata.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixaMinGata.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixaMinGata.pm b/perllib/FixMyStreet/Cobrand/FixaMinGata.pm index 60f98dd47..c1abd3e77 100644 --- a/perllib/FixMyStreet/Cobrand/FixaMinGata.pm +++ b/perllib/FixMyStreet/Cobrand/FixaMinGata.pm @@ -13,7 +13,7 @@ sub country { return 'SE'; } -sub languages { [ 'en-gb,English,en_GB', 'sv,Swedish,sv_SE' ] } +sub languages { [ 'sv,Swedish,sv_SE' ] } sub language_override { 'sv' } sub enter_postcode_text { |