We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6556a3 commit e4f3016Copy full SHA for e4f3016
translation.rst
@@ -345,6 +345,10 @@ Templates are now much simpler because you can pass translatable objects to the
345
<h1>{{ message|trans }}</h1>
346
<p>{{ status|trans }}</p>
347
348
+.. tip::
349
+
350
+ The translation parameters can also be a :class:`Symfony\\Component\\Translation\\TranslatableMessage`.
351
352
.. tip::
353
354
There's also a :ref:`function called t() <reference-twig-function-t>`,
0 commit comments