Fixed i18n.fallbacks warning msg

This commit is contained in:
Al Snow
2018-12-26 10:50:00 -05:00
parent 231fc74a30
commit 213bb0cfa4
+1 -1
View File
@@ -70,7 +70,7 @@ Railsgoat::Application.configure do
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation can not be found).
config.i18n.fallbacks = true
config.i18n.fallbacks = [I18n.default_locale]
# Send deprecation notices to registered listeners.
config.active_support.deprecation = :notify