无法在初始化程序文件中使用 I18n.t 调用

发布于 2024-09-15 02:43:24 字数 112 浏览 4 评论 0原文

我想在初始化文件中使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

妄司 2024-09-22 02:43:24

我在使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文