Mercurial > hg > soundsoftware-site
changeset 1463:274b89aabe38 live
Merge
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 08 Jan 2014 09:40:46 +0000 |
parents | 2436fda71fa9 (diff) 926dce5f5778 (current diff) |
children | 51364c0cd58f f67d6e387088 |
files | |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/config/application.rb Mon Jan 06 15:53:59 2014 +0000 +++ b/config/application.rb Wed Jan 08 09:40:46 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