What is the best workflow for i18n in rails? I am using Textmate as an editor, but all Textmate bundles that I have tried have a poor user experience. Is there anything out there that helps me extract the translations fast and effective?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Checkout this railscast http://railscasts.com/episodes/256-i18n-backends I personally use redis and enjoyed immensely not having text files and using redis. |
|||
|
|
If you still need a good solution to manage i18n in your rails app, you can give phrase a try. |
|||
|
|