Skip to content

Commit e34204e

Browse files
committed
minor #3605 Fixed a plural issue (benjaminpaap)
This PR was merged into the 2.3 branch. Discussion ---------- Fixed a plural issue | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | Commits ------- 1fa4fee Fixed a plural issue
2 parents 0c41762 + 1fa4fee commit e34204e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/translation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ The translator service is accessible in PHP templates through the
321321
<?php echo $view['translator']->trans('Symfony2 is great') ?>
322322

323323
<?php echo $view['translator']->transChoice(
324-
'{0} There is no apples|{1} There is one apple|]1,Inf[ There are %count% apples',
324+
'{0} There are no apples|{1} There is one apple|]1,Inf[ There are %count% apples',
325325
10,
326326
array('%count%' => 10)
327327
) ?>

0 commit comments

Comments
 (0)