Rails 3 - 完全禁用 i18n 后备
是否可以完全禁用 i18n 回退?
也是模型属性名称的“翻译”。 即 <%= f.label :title %>
被“翻译”为标题。我想要一条错误消息...
我已经在初始化程序中设置了 config.i18n.fallbacks = false,但模型的属性名称仍然存在。
Is it possible to disable the i18n fallbacks complete?
Also the "translation" of the model attribute names.
i.e. <%= f.label :title %>
gets "translated" to Title. I want an error message there...
I've set up config.i18n.fallbacks = false
in my initializer, but the model's attribute names are still there.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论