diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-03-14 21:27:28 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-03-14 21:27:28 +0000 |
commit | 922c128580f824708aeb672bcab4060c3efacb8c (patch) | |
tree | 87d774534febd1c7549fb51c41a6a041fa8b8678 | |
parent | 2310a83cc67497b6c0b1c74b72508657b66a90fb (diff) |
Set override language for Zurich.
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Zurich.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Zurich.pm b/perllib/FixMyStreet/Cobrand/Zurich.pm index 806fc8391..ef611acdd 100644 --- a/perllib/FixMyStreet/Cobrand/Zurich.pm +++ b/perllib/FixMyStreet/Cobrand/Zurich.pm @@ -33,7 +33,8 @@ sub example_places { return [ 'Langstrasse', 'Basteiplatz' ]; } -sub languages { [ 'de-ch,Deutsch,de_CH', 'en-gb,English,en_GB' ] }; +sub languages { [ 'de-ch,Deutsch,de_CH', 'en-gb,English,en_GB' ] } +sub language_override { 'de-ch' } # If lat/lon are in the URI, we must have zoom as well, otherwise OpenLayers defaults to 0. sub uri { |