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 c91dc94 commit a2fed1aCopy full SHA for a2fed1a
translation.rst
@@ -304,7 +304,7 @@ using PHP's :phpclass:`MessageFormatter` class. Read more about this in
304
305
.. code-block:: twig
306
307
- {{ message|trans({'%name%': '...', '%count%' => 1}, 'app') }}
+ {{ message|trans({'%name%': '...', '%count%': 1}, 'app') }}
308
309
The ``message`` variable must include all the different versions of this
310
message based on the value of the ``count`` parameter. For example:
0 commit comments