aboutsummaryrefslogtreecommitdiffstats
path: root/config/environment.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/environment.rb')
-rw-r--r--config/environment.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 7a6c5433f..a3c93db53 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -34,9 +34,6 @@ Rails::Initializer.run do |config|
MySociety::Config.set_file(File.join(config.root_path, 'config', 'general'), true)
MySociety::Config.load_default
- # fallback locale
- I18n.default_locale = :en
-
# Settings in config/environments/* take precedence over those specified here
# Skip frameworks you're not going to use (only works if using vendor/rails)