Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit 4e033dc

Browse files
committed
Expand post-install message to clarify for new apps
1 parent 7d492b7 commit 4e033dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

i18n.gemspec

+4
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,15 @@ Gem::Specification.new do |s|
3333
HEADS UP! i18n 1.1 changed fallbacks to exclude default locale.
3434
But that may break your application.
3535
36+
If you are upgrading your Rails application from an older version of Rails:
37+
3638
Please check your Rails app for 'config.i18n.fallbacks = true'.
3739
If you're using I18n (>= 1.1.0) and Rails (< 5.2.2), this should be
3840
'config.i18n.fallbacks = [I18n.default_locale]'.
3941
If not, fallbacks will be broken in your app by I18n 1.1.x.
4042
43+
If you are starting a NEW Rails application, you can ignore this notice.
44+
4145
For more info see:
4246
https://github.com/svenfuchs/i18n/releases/tag/v1.1.0
4347

0 commit comments

Comments
 (0)