diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-02-18 17:06:22 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-02-18 17:06:22 +0000 |
commit | 654b6be1f7ea6a8ea2d26d82081a4826ec07a027 (patch) | |
tree | 2f2c207754aa4374791608d52be1ec566e627a99 /perllib/FixMyStreet/Cobrand/FixaMinGata.pm | |
parent | f1be0c6d3422a3661ae1bc7604012c157a73c868 (diff) | |
parent | 7a8606149d41974c6c1d320fbed1902bf267cebd (diff) |
Merge branch 'remove-need-for-en-gb-in-config'
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 { |