gpt4 book ai didi

ruby-on-rails - 在 View 中显示缺少的 I18n 翻译

转载 作者:行者123 更新时间:2023-12-04 05:44:58 24 4
gpt4 key购买 nike

如前所述 in ActionView's documentation , t Rails 中的 View 助手会自动处理丢失的翻译。例如:

irb> helper.t('words.foo_bar')
=> "<span class="translation_missing" title="translation missing: en.words.foo_bar">Foo Bar</span>"

有没有办法全局禁用它?我更愿意看到 "translation missing: en.words.asdf"。

我发现的唯一解决方法是使用 I18n.t "..."而不是 t "..."在 View 中。

谢谢!

最佳答案

尝试将此代码放入您的 development.rb

# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation can not be found)
config.i18n.fallbacks = false

关于ruby-on-rails - 在 View 中显示缺少的 I18n 翻译,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10791474/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com