Remove fallbacks = true from staging, preprod and prod
This commit is contained in:
@@ -79,9 +79,9 @@ Rails.application.configure do
|
||||
config.action_mailer.smtp_settings = Rails.application.secrets.smtp_settings
|
||||
end
|
||||
|
||||
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
|
||||
# the I18n.default_locale when a translation cannot be found).
|
||||
config.i18n.fallbacks = true
|
||||
# Disable locale fallbacks for I18n
|
||||
# (prevents using fallback locales set in application.rb).
|
||||
# config.i18n.fallbacks = false
|
||||
|
||||
# Send deprecation notices to registered listeners.
|
||||
config.active_support.deprecation = :notify
|
||||
|
||||
Reference in New Issue
Block a user