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