railsdevs.com: Clean up ignored i18n keys

Currently, the i18n-tasks configuration, config/i18n-tasks.yml:112, is ignoring a bunch of keys. These keys are dynamic, so the health command can’t pick up on them. Instead, we should be marking the dynamic keys as such where they are used.

https://github.com/glebm/i18n-tasks#dynamic-keys

A PR addressing this issue should:

  1. Remove all ignore_unused keys from the configuration
  2. Ensure bundle exec i18n-tasks health en still passes

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 17 (17 by maintainers)

Most upvoted comments

For now, now. If they are getting in the way of running the health check then you can remove them. I’m working on revamping translations soon.

@joemasilotti yes you can assign this to someone else.