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

Set default locale to german, add default translation file

This commit is contained in:
2014-12-31 15:36:50 +01:00
parent 0dfb055b19
commit 1eed8b0ac8
2 changed files with 203 additions and 1 deletions

View File

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