12
May
2011
Textmate rails i18n translations bundle
I’ve found from this page a really good textmate bundle to avoid direct edit of all your locales in your rails project.
After testing it’s seems that the user_input does not work with multi word space seperated, so i’ve made slith changes, first for sue with translated sentences and second to put before the locale name if you have dozen of locals files like i’ve on somes projects.
To install the bundle follow the original page
Thanks to Nico Hagenburger, you save my time with translations
So here is the modified code : quick_translation.rb
Add comment