~cytrogen/masto-fe

e0d075713f4b83960fc13a7289d7e96fa7ebcd1f — mogaminsk 2 years ago 4cfe526
Change i18n-fallbacks to English (#24727)

1 files changed, 1 insertions(+), 1 deletions(-)

M config/environments/production.rb
M config/environments/production.rb => config/environments/production.rb +1 -1
@@ 56,7 56,7 @@ Rails.application.configure do

  # Enable locale fallbacks for I18n (makes lookups for any locale fall back to
  # English when a translation cannot be found).
  config.i18n.fallbacks = true
  config.i18n.fallbacks = [:en]

  # Send deprecation notices to registered listeners.
  config.active_support.deprecation = :notify