i18n-tasks 0.9.18
i18n-tasks helps you find and manage missing and unused translations. It analyses code statically for key usages, such as `I18n.t('some.key')`, in order to report keys that are missing or unused, pre-fill missing keys (optionally from Google Translate), and remove unused keys.
Gemfile:
=
install:
=
Runtime Dependencies (9):
activesupport
>= 4.0.2
ast
>= 2.1.0
easy_translate
>= 0.5.0
erubi
>= 0
highline
>= 1.7.3
i18n
>= 0
parser
>= 2.2.3.0
rainbow
~> 2.2
terminal-table
>= 1.5.1