diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2012-08-14 11:49:46 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-08-16 21:43:46 +0100 |
commit | c4b88147b23e16dff29a6f16851b7be11080ad0b (patch) | |
tree | 3254a79a98ac6d7ef86ff4dad6d09a1e9ae1f557 /conf | |
parent | 1bb1706fa427513626a39df4ed3f4fdef097ce60 (diff) |
Allow languages to be given in config file.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/general.yml-example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index 2f26b76d1..78bf9426c 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -30,6 +30,11 @@ STAGING_SITE: 1 # Defaults to High Street, Main Street EXAMPLE_PLACES: +# An array of languages for the site, in the following format: +# <language code>,<pretty name>,<locale> +LANGUAGES: + - 'en-gb,English,en_GB' + # File locations for uploaded photos and cached geocoding results. UPLOAD_DIR: '../upload/' GEO_CACHE: '../cache/' |