From 5dff3556fbc15dc7caf7bf2899c191e67fee5234 Mon Sep 17 00:00:00 2001 From: guange <8863824@gmail.com> Date: Sat, 14 May 2016 16:46:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=87=BA=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index f132d62ba..6f5542a1e 100644 --- a/config/application.rb +++ b/config/application.rb @@ -56,7 +56,7 @@ module RedmineApp #disable [deprecated] I18n.enforce_available_locales will default to true in the future. # If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false # to avoid this message. - I18n.config.enforce_available_locales = false + #I18n.config.enforce_available_locales = false # Configure sensitive parameters which will be filtered from the log file. config.filter_parameters += [:password]