Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes issue with Fallbacks and enforce_available_locales
Fallbacks should check whether each fallback location being tried was set by store_translations before deferring to I18n.translate. Otherwise a I18n::InvalidLocale may be raised when enforce_available_locales is set.
- Loading branch information
12aa0f0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit introduces issue #238