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
70293749cb70
Commit
c466f4cc
authored
Jan 09, 2014
by
Jeroen van Baarsen
Browse files
Fixed the I18n deprecation warning
parent
e063d6928546
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/application.rb
View file @
70293749
...
...
@@ -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