From 70e3d1ea9d22c23f3d60fd1b5afad2a288a14221 Mon Sep 17 00:00:00 2001 From: Olivier Date: Thu, 6 Sep 2018 15:09:24 -0400 Subject: Fix typo in i18n_railtie.rb --- activesupport/lib/active_support/i18n_railtie.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/i18n_railtie.rb b/activesupport/lib/active_support/i18n_railtie.rb index c07eb5b569..584930e413 100644 --- a/activesupport/lib/active_support/i18n_railtie.rb +++ b/activesupport/lib/active_support/i18n_railtie.rb @@ -94,7 +94,7 @@ module I18n ActiveSupport::Deprecation.warn(<<-MSG.squish) Using I18n fallbacks with an empty `defaults` sets the defaults to include the `default_locale`. This behavior will change in Rails 6.1. - If you desire the default local to be included in the defaults, please + If you desire the default locale to be included in the defaults, please explicitly configure it with `config.i18n.fallbacks.defaults = [I18n.default_locale]` or `config.i18n.fallbacks = [I18n.default_locale, {...}]` -- cgit v1.2.3