开发者

Rails 3 & Multilingual context (globalize2?)

开发者 https://www.devze.com 2023-03-09 15:45 出处:网络
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.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消