globalize2 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