Feature #21691
Update locales rake tasks to support keys of any depth
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Translations | |||
Target version: | - | |||
Resolution: |
Description
There's a few options to make managing translation files easier.
The rake tasks can probably be changed to use https://github.com/cherring/i18ndiff (which essentially diffs yaml files, see also https://chrisherring.co/posts/managing-rails-translations) to support keys at any depth.
There is also https://github.com/glebm/i18n-tasks that could be used to this purpose, but this would probably be a bigger change.