enable fallbacks
This commit is contained in:
parent
b22188fa4a
commit
93cdb40dc5
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ module OpenneoImpressItems
|
||||||
# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
|
# 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.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 = true
|
||||||
|
|
||||||
# Configure generators values. Many other options are available, be sure to check the documentation.
|
# Configure generators values. Many other options are available, be sure to check the documentation.
|
||||||
# config.generators do |g|
|
# config.generators do |g|
|
||||||
|
|
Loading…
Reference in a new issue