about summary refs log tree commit diff
path: root/config/environments
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2020-08-12 21:36:19 -0500
committerStarfall <us@starfall.systems>2020-08-12 21:36:19 -0500
commit6b5d9cb83b86e6c9721cb4b4b4cec6a473c824cb (patch)
tree9722f8694ea8f193cdd6d1c2f314f9dbe01ccc58 /config/environments
parent7f4995774f3a4aaa5440d79faa827ef2bf4064ce (diff)
Enable translation fallback in all environments
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/production.rb4
1 files changed, 0 insertions, 4 deletions
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