Rails 3 & Multilingual context (globalize2?)
globalize2
开发者_Go百科 seems to be a bit dead. It has't been updated for more than a year. Also it does not mention weather it supports Rails 3 or not.
Are there any globalization frameworks for Rails 3? Or any suggestions how to globalize my app without any frameworks?
Thanks!
Please look at http://guides.rubyonrails.org/i18n.html. This is what we use in our application and it works quite well :) and for database translations you can use new version of globalize - globalize3. You can find it here: https://github.com/galetahub/globalize3
精彩评论