This Gem provides checks for translation placeholders. It checks for:
- Locale strings that have been added to
en
, but not to other locales - Locale strings that have been removed from
en
, but not from other locales - Locale strings that have been added to all locales, but do not have the correct placeholder label in non-
en
locales (eg.[ja]
)
This is related to the "Crowdin" work and is used in TMP via a git pre-push hook.
Added to Gemfile:
gem "translations_checker", git: "[email protected]:locomote/translations_checker.git", branch: "master", require: false
bundle exec translations_checker