From 5b776d1daf8f6bc42f95dbfc86c20409e03ba4a2 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Sat, 17 Jan 2015 21:43:25 +0000 Subject: Add an extra locale to the test environment config --- config/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3