Skip to content
Gleb Mazovetskiy edited this page Mar 11, 2021 · 23 revisions

Plugins

Custom tasks

Custom scanners

Custom reports

Other gems

Web interfaces for translation

  • Lost in translation - a mountable Rails engine for editing translations. Handles storing translation in the database and provides version history.

Extract plain strings to i18n keys

  • extract_i18n is a CLI to automatically extract bare text strings into Rails I18n interactively. Support Ruby, ERB, Slim, and Vue.
  • Slimkeyfy extracts plain strings from Slim views and Rails Controllers.
  • haml-i18n-extractor automates string extraction from HAML.
  • i15r for ERB and Haml.
  • i18n-html_extractor another extractor for ERB with an interactive mode.