Skip to content

Commit a8661fe

Browse files
committed
minor #16022 [Translation] Fix typo: Unexpected arrow for hash key (qdequippe)
This PR was merged into the 5.3 branch. Discussion ---------- [Translation] Fix typo: Unexpected arrow for hash key Replace arrow by colon Commits ------- a2fed1a Unexpected arrow for hash key
2 parents c91dc94 + a2fed1a commit a8661fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ using PHP's :phpclass:`MessageFormatter` class. Read more about this in
304304

305305
.. code-block:: twig
306306
307-
{{ message|trans({'%name%': '...', '%count%' => 1}, 'app') }}
307+
{{ message|trans({'%name%': '...', '%count%': 1}, 'app') }}
308308
309309
The ``message`` variable must include all the different versions of this
310310
message based on the value of the ``count`` parameter. For example:

0 commit comments

Comments
 (0)