Undo i18n_fallbacks change to production.rb

This commit is contained in:
Saimon Moore
2017-10-25 09:38:17 +02:00
committed by Rob H
parent 610c2f9519
commit a9c4d27d5e

View File

@@ -56,7 +56,7 @@ Openfoodnetwork::Application.configure do
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation can not be found)
config.i18n.fallbacks = true
config.i18n.fallbacks = [:en]
# Send deprecation notices to registered listeners
config.active_support.deprecation = :notify