无法在初始化程序文件中使用 I18n.t 调用
我想在初始化文件中使用 I18n.t 调用。 不幸的是,它不起作用。 Rails 返回通常的“翻译缺失:”消息。 调用时似乎 I18n 文件尚未加载。
有什么解决方法吗?
谢谢
I would like to use I18n.t call in an initializer file.
Unfortunately, it doesn't work. Rails returns the usual "translation missing:" message.
It seems that the I18n files haven't been loaded yet when the call is made.
Are there any workarounds ?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在使用 Rails 2.3.2 时遇到了问题。
从那时起,我已迁移到 2.3.5,并且 I18n.t 调用在我的初始化程序中工作正常。
I had the problem when I was using Rails 2.3.2.
Since then, I've migrated to 2.3.5 and I18n.t calls work fine in my initializers.