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 /conf | |
parent | f1be0c6d3422a3661ae1bc7604012c157a73c868 (diff) | |
parent | 7a8606149d41974c6c1d320fbed1902bf267cebd (diff) |
Merge branch 'remove-need-for-en-gb-in-config'
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' |