From e0d075713f4b83960fc13a7289d7e96fa7ebcd1f Mon Sep 17 00:00:00 2001 From: mogaminsk <5103195+mgmn@users.noreply.github.com> Date: Sun, 30 Apr 2023 09:22:20 +0900 Subject: [PATCH] Change i18n-fallbacks to English (#24727) --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index ef52228a0a..018d3c1c22 100644 --- a/config/environments/production.rb +++ b/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