diff options
Diffstat (limited to 'conf')
-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' |