File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -795,9 +795,9 @@ all configured texter and chatter transports only in the ``dev`` (and/or
795
795
slack : ' null://null'
796
796
797
797
.. TODO
798
- - Using the message bus for asynchronous notification
799
- - Describe notifier monolog handler
800
- - Describe notification_on_failed_messages integration
798
+ .. - Using the message bus for asynchronous notification
799
+ .. - Describe notifier monolog handler
800
+ .. - Describe notification_on_failed_messages integration
801
801
802
802
Learn more
803
803
----------
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
345
345
<h1>{{ message|trans }}</h1>
346
346
<p>{{ status|trans }}</p>
347
347
348
+ .. tip ::
349
+
350
+ The translation parameters can also be a :class: `Symfony\\ Component\\ Translation\\ TranslatableMessage `.
351
+
348
352
.. tip ::
349
353
350
354
There's also a :ref: `function called t() <reference-twig-function-t >`,
You can’t perform that action at this time.
0 commit comments