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 fc0aa8b commit 1fa4feeCopy full SHA for 1fa4fee
book/translation.rst
@@ -321,7 +321,7 @@ The translator service is accessible in PHP templates through the
321
<?php echo $view['translator']->trans('Symfony2 is great') ?>
322
323
<?php echo $view['translator']->transChoice(
324
- '{0} There is no apples|{1} There is one apple|]1,Inf[ There are %count% apples',
+ '{0} There are no apples|{1} There is one apple|]1,Inf[ There are %count% apples',
325
10,
326
array('%count%' => 10)
327
) ?>
0 commit comments