diff config/application.rb @ 1490:b1f6665080fd

Merge from live branch
author Chris Cannam
date Mon, 17 Mar 2014 08:55:57 +0000
parents 2436fda71fa9
children 51364c0cd58f
line wrap: on
line diff
--- a/config/application.rb	Tue Oct 22 13:00:01 2013 +0100
+++ b/config/application.rb	Mon Mar 17 08:55:57 2014 +0000
@@ -32,6 +32,10 @@
     # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
     # config.time_zone = 'Central Time (US & Canada)'
 
+    # Avoid deprecation warning (may want to change this later if future
+    # Redmine updates are OK with it)
+    config.i18n.enforce_available_locales = false
+
     # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
     # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
     # config.i18n.default_locale = :de