New
v1.1.1
- Prism: Fixes
translatecalls on non-I18n receivers being processed. - Prism: Adds candidate keys for model_name.human and human_attribute_name.
Event.human_attribute_name(:title)will now matchactiverecord.attributes.event.titleorattributes.title.
- Prism: Candidate keys were not added to the
used_tree. - Works around a concurrency bug by reverting to serial scanning.
Full Changelog: https://github.com/glebm/i18n-tasks/compare/v1.1.0...v1.1.1