Remove fallbacks = true from staging, preprod and prod

This commit is contained in:
Pierre Mesure
2020-02-20 11:09:55 +01:00
parent 98a2a5b178
commit 40ecbe0348
3 changed files with 9 additions and 9 deletions

View File

@@ -78,9 +78,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

View File

@@ -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

View File

@@ -78,9 +78,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