Working on apps that require localization is still cumbersome: you need to make sure the translation is set, check what it is and change it accordingly.
In order to make this simpler I’ve built hover-locales for Sublime Text - https://github.com/alvesjtiago/hover-locales
It shows the translations stored under config/locales
for each key whenever you hover an I18n.translation
string. Clicking it automatically goes to the file where it’s set so you can quickly change it.
To install just search for hover locales
on package control.
It would be great to get your feedback and appreciate all the PR’s and suggestions on the repo. Thanks