FIX: Fallback für Lokalisation + Fallback-Ordnung

This commit is contained in:
HausdorffHimself
2013-08-13 18:32:09 +02:00
parent e055b60a53
commit 098f6b0a55

View File

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