rootstrap / i18n_linter

Rails i18n Linter Gem
https://rootstrap.com
MIT License
44 stars 2 forks source link

Setup gem and search strings in ruby files #2

Closed f19ps closed 5 years ago

f19ps commented 5 years ago

Tasks done:

Things to keep in mind:

1) The main executable is located in bin/i18n_linter. When the gem is installed in any project and it runs i18n_linter this file will be executed. 2) In this PR I'm searching any string in ruby files and logging the output in the console. 3) It's possible to indicate a file pattern where searches the strings or just leave this by default.