Skip to content

Commit 213bb0c

Browse files
committed
Fixed i18n.fallbacks warning msg
1 parent 231fc74 commit 213bb0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
7272
# the I18n.default_locale when a translation can not be found).
73-
config.i18n.fallbacks = true
73+
config.i18n.fallbacks = [I18n.default_locale]
7474

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

0 commit comments

Comments
 (0)