##// END OF EJS Templates
prevent i18n deprecated warning...
Toshi MARUYAMA -
r12110:f1175fda70b9
parent child
Show More
@@ -33,6 +33,8 module RedmineApp
33 33 # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
34 34 # config.i18n.default_locale = :de
35 35
36 I18n.enforce_available_locales = false
37
36 38 # Configure the default encoding used in templates for Ruby 1.9.
37 39 config.encoding = "utf-8"
38 40
General Comments 0
You need to be logged in to leave comments. Login now