diff options
author | Gareth Rees <gareth@mysociety.org> | 2015-01-17 21:43:25 +0000 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2015-01-30 15:00:32 +0000 |
commit | 5b776d1daf8f6bc42f95dbfc86c20409e03ba4a2 (patch) | |
tree | a96d73dfa6cb31e8ea24c6f2b1647876c09037f6 | |
parent | 458325acd055f678d03c3ae8594ae8c48c35ffe6 (diff) |
Add an extra locale to the test environment config
-rw-r--r-- | config/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/test.yml b/config/test.yml index 599e1e81a..4a5de704f 100644 --- a/config/test.yml +++ b/config/test.yml @@ -27,7 +27,7 @@ BLOG_FEED: 'http://www.mysociety.org/category/projects/whatdotheyknow/feed/' TWITTER_USERNAME: 'alaveteli_foi' # Locales we wish to support in this app, space-delimited -AVAILABLE_LOCALES: 'en es en_GB' +AVAILABLE_LOCALES: 'en es fr en_GB' DEFAULT_LOCALE: 'en' # if 'true', respect the user's choice of language in the browser |