Fixed the I18n deprecation warning
This commit is contained in:
parent
cb589d231a
commit
c466f4cc44
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ module Gitlab
|
|||
# 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
|
||||
config.i18n.enforce_available_locales = false
|
||||
|
||||
# Configure the default encoding used in templates for Ruby 1.9.
|
||||
config.encoding = "utf-8"
|
||||
|
|
Loading…
Reference in a new issue