We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 231fc74 commit 213bb0cCopy full SHA for 213bb0c
config/environments/production.rb
@@ -70,7 +70,7 @@
70
71
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
72
# the I18n.default_locale when a translation can not be found).
73
- config.i18n.fallbacks = true
+ config.i18n.fallbacks = [I18n.default_locale]
74
75
# Send deprecation notices to registered listeners.
76
config.active_support.deprecation = :notify
0 commit comments