From a9c4d27d5e132090e806ee5e894387ee6896d540 Mon Sep 17 00:00:00 2001 From: Saimon Moore Date: Wed, 25 Oct 2017 09:38:17 +0200 Subject: [PATCH] Undo i18n_fallbacks change to production.rb --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 40224cdfb2..229221e118 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -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