i18n-tasks 0.3.6
i18n-tasks finds and manages missing and unused translations in your application. The basic approach to i18n key management in frameworks such as Rails is far from perfect. If you use a key that does not exist, this will only blow up at runtime. Keys left over from removed code accumulate in the resource files, introducing unnecessary overhead on the translators. Translation files can quickly turn to disarray. i18n-tasks improves this by using static analysis. It scans calls such as `I18n.t('some.key')` and uses this information to provide reports on key usage, missing and unused keys, and can prefill missing keys, including from Google Translate, and can also remove unused keys.
Gemfile:
=
install:
=
Runtime Dependencies (7):
activesupport
>= 0
easy_translate
>= 0.4.0
erubis
>= 0
highline
>= 0
slop
>= 3.4.7
term-ansicolor
>= 0
terminal-table
>= 0