Grep Rails i18n translation elements from your app/views folder

Stabbing through all the views of your existing and mature rails app can seem quite daunting. But with the right approach it can be be quite productive. Want to throw in twitter-bootstrap? Need the an i18n treatment (translation & localization) of all the text elements and labels. Use this handy grep command to find the lines you need to tackle.

use grep to help to find the i18n lines in app/views erb files
Mehr lesen: Grep i18n elements from the rails app/views