Set default locale to English

This commit is contained in:
Erik Michaels-Ober 2012-05-22 10:32:33 -10:00
parent b0ebd5c57f
commit 7428ae91f7
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ module AdoptAThing
# 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.default_locale = :en
# Configure the default encoding used in templates for Ruby 1.9.
config.encoding = "utf-8"