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 806fc48 commit 3f657adCopy full SHA for 3f657ad
components/translation/usage.rst
@@ -171,8 +171,8 @@ use for translation::
171
Pluralized Translations
172
-----------------------
173
174
-Translations can be pluralized using `interval notations`_, the count can be
175
-provided using the `%count%` option::
+Translation messages can be pluralized using `interval notations`_, the count
+to dictate the message can be provided using the ``%count%`` option::
176
177
$translator->trans(
178
'{0} There are no apples|{1} There is one apple|]1,Inf[ There are %count% apples',
0 commit comments