Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
184f1c4230fb
Commit
0d3f1a2d
authored
Jan 09, 2014
by
Dmitriy Zaporozhets
Browse files
Merge pull request #6011 from jvanbaarsen/deprecation_warning_fix
Fixed the I18n deprecation warning
parents
669205f7fd9a
70293749cb70
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/application.rb
View file @
184f1c42
...
...
@@ -38,6 +38,7 @@ class Application < Rails::Application
# 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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment