エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
ActionView::Helpers::TranslationHelper
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
ActionView::Helpers::TranslationHelper
# File actionview/lib/action_view/helpers/translation_helper.rb, line 117 def localize(*args) I18... # File actionview/lib/action_view/helpers/translation_helper.rb, line 117 def localize(*args) I18n.localize(*args) end Delegates to I18n#translate but also performs three additional functions. First, it will ensure that any thrown MissingTranslation messages will be rendered as inline spans that: Have a translation-missing class applied Contain the missing key as the value of the title attribute H