8000 Fixed a plural issue · symfony/symfony-docs@1fa4fee · GitHub
[go: up one dir, main page]

Skip to content

Commit 1fa4fee

Browse files
committed
Fixed a plural issue
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets |
1 parent fc0aa8b commit 1fa4fee

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)
0