Set default locale to ‘de’

This commit is contained in:
Andreas Haller 2015-04-27 23:48:49 +02:00
parent 553c1e653c
commit af43b84ea9
3 changed files with 3 additions and 24 deletions

View file

@ -18,6 +18,6 @@ module LorisWeb
# 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 = :de
end
end