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 /conf | |
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 'conf')
-rw-r--r-- | conf/general.yml-example | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index 9770ade86..26e12c322 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -49,7 +49,6 @@ EXAMPLE_PLACES: [ 'High Street', 'Main Street' ] # An array of languages for the site, in the following format: # <language code>,<pretty name>,<locale> -# Do not remove the en-gb line as it is needed for correct operation. LANGUAGES: - 'en-gb,English,en_GB' |