でmessages.en.yml
、私は持っています
confirmed: Congrats %username%, your account is now activated.
しかし、例としてユーザー名を「太字」にしたい...どうすればこれを作成できますか?
confirmed: Congrats <span class='bold'>%username%</span>, your account is now activated.
もちろん、この例では次のように 2 つの文を使用できます。
first: Congrats
second: , your account ...
小枝の内部ではhtmlタグを使用していますが、これは非常に汚いようです。