File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -778,9 +778,9 @@ all configured texter and chatter transports only in the ``dev`` (and/or
778778 slack : ' null://null'
779779
780780.. TODO
781- - Using the message bus for asynchronous notification
782- - Describe notifier monolog handler
783- - Describe notification_on_failed_messages integration
781+ .. - Using the message bus for asynchronous notification
782+ .. - Describe notifier monolog handler
783+ .. - Describe notification_on_failed_messages integration
784784
785785 Learn more
786786----------
Original file line number Diff line number Diff line change @@ -345,6 +345,10 @@ Templates are now much simpler because you can pass translatable objects to the
345345 <h1>{{ message|trans }}</h1>
346346 <p>{{ status|trans }}</p>
347347
348+ .. tip ::
349+
350+ The translation parameters can also be a :class: `Symfony\\ Component\\ Translation\\ TranslatableMessage `.
351+
348352.. tip ::
349353
350354 There's also a :ref: `function called t() <reference-twig-function-t >`,
You can’t perform that action at this time.
0 commit comments