i18n-tasks v1.0.9 Release Notes

    • Adds an optional AST matcher for Rails model translations, such as human_attribute_name.

    Can be enabled by adding the following to the config:

      <% I18n::Tasks.add_ast_matcher('I18n::Tasks::Scanners::AstMatchers::RailsModelMatcher') %>
    

    #433