diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-08-17 15:09:01 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-08-17 15:09:01 +0100 |
commit | 72a336a98ade46ee6a96ca111b4ebe18505bd3b9 (patch) | |
tree | b170fc343e81c653ffe9ea5cfbeb19083421a539 | |
parent | f38249abbe721f33b46cd83e6c61de63dd0ab766 (diff) |
Point out the en-gb line should always be included.
-rw-r--r-- | conf/general.yml-example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index 1fe2b8467..ad3451d18 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -32,6 +32,7 @@ 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' |