From 6b5d9cb83b86e6c9721cb4b4b4cec6a473c824cb Mon Sep 17 00:00:00 2001 From: Starfall Date: Wed, 12 Aug 2020 21:36:19 -0500 Subject: Enable translation fallback in all environments --- config/environments/production.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'config/environments/production.rb') diff --git a/config/environments/production.rb b/config/environments/production.rb index 60219dae1..bdda469ba 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -58,10 +58,6 @@ Rails.application.configure do # Set this to true and configure the email server for immediate delivery to raise delivery errors. # config.action_mailer.raise_delivery_errors = false - # Enable locale fallbacks for I18n (makes lookups for any locale fall back to - # English when a translation cannot be found). - config.i18n.fallbacks = [:en] - # Send deprecation notices to registered listeners. config.active_support.deprecation = :notify -- cgit