Change i18n-fallbacks to English (#24727)

lolsob-rspec
mogaminsk 2023-04-30 09:22:20 +09:00 committed by GitHub
parent f9fcde8205
commit 8b7b9ca887
1 changed files with 1 additions and 1 deletions

View File

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