ken1flan / mini_blog

Blog application using rails.

Home Page:https://mini-burogu.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i18nが正しく動いているか確認する

ken1flan opened this issue · comments

HEADS UP! i18n 1.1 changed fallbacks to exclude default locale.
But that may break your application.

Please check your Rails app for 'config.i18n.fallbacks = true'.
If you're using I18n (>= 1.1.0) and Rails (< 5.2.2), this should be
'config.i18n.fallbacks = [I18n.default_locale]'.
If not, fallbacks will be broken in your app by I18n 1.1.x.

For more info see:
https://github.com/svenfuchs/i18n/releases/tag/v1.1.0