多种语言模型
我被要求设计一个多语言应用程序,我需要有关 Rails 最佳方法的建议。
基本上所有的表都有一些不需要的公共字段 需要翻译和其他一些需要翻译的内容。
谢谢
I've been asked to design a multiple language application and I need advice with which is the best approach with Rails.
Basically all the tables have some common fields that doesn't need to
be translated and some others that need translation.
thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为此,将使用 gem globalize3。便于使用。
在你的 gemfile 中:
模型:
和迁移:
并运行
For this purpose, will approach gem globalize3. Easy to use.
In your gemfile:
Model:
And migration:
And run