diff --git a/book/translation.rst b/book/translation.rst index 73d1dcfd156..975cc055c50 100644 --- a/book/translation.rst +++ b/book/translation.rst @@ -321,7 +321,7 @@ The translator service is accessible in PHP templates through the trans('Symfony2 is great') ?> transChoice( - '{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', 10, array('%count%' => 10) ) ?>