Browse Source

Change i18n-fallbacks to English (#24727)

lets-bump-hometown-to-mastodon-4.2
mogaminsk 3 years ago committed by GitHub
parent
commit
e0d075713f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      config/environments/production.rb

2
config/environments/production.rb

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

Loading…
Cancel
Save