1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 02:28:50 +01:00

Remove english i18n files/settings

This commit is contained in:
2015-01-01 17:26:44 +01:00
parent 1eed8b0ac8
commit 45ba9b8421
2 changed files with 1 additions and 23 deletions

View File

@@ -18,6 +18,7 @@ module Projekteuler
# 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.available_locales = :de
config.i18n.default_locale = :de
end
end