Skip to content

Commit

Permalink
supress i18n warning
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Apr 19, 2015
1 parent df7b147 commit ca3e689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/application.rb
Expand Up @@ -45,6 +45,7 @@ class Application < Rails::Application
# config.i18n.default_locale = :de
config.i18n.load_path += Dir[Rails.root.join('config', 'locales', '**', '*.{rb,yml}')]
config.i18n.default_locale = :en
config.i18n.enforce_available_locales = true

# Configure the default encoding used in templates for Ruby 1.9.
config.encoding = "utf-8"
Expand Down

0 comments on commit ca3e689

Please sign in to comment.