Enable DE langage

v1
Aeris 2016-08-13 19:56:55 +02:00
parent ef40eb0ecb
commit 2f554e2ed1
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ module CryptcheckRails
# 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 = :fr
config.i18n.available_locales = %w(en fr)
config.i18n.available_locales = %w(en fr de)
config.action_controller.include_all_helpers = false
config.refresh_delay = 1.hour