LoginSignup
2
1

More than 5 years have passed since last update.

HTML の attribute で I18n.translate したときに span class="translation_missing" を出さない方法

Posted at
= t('.key_name', rescue_format: :text)

とすると span のタグに囲まれて表示されなくなる。でもTranslation missingとして表示される

cf)
http://apidock.com/rails/v3.2.8/ActionView/Helpers/TranslationHelper/translate


この辺りを拡張すると translation missing の動きをカスタマイズできそう

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1