From 1fa4fee4ae0dca73c0597fd530ec126bd138e08a Mon Sep 17 00:00:00 2001 From: Benjamin Paap Date: Tue, 25 Feb 2014 10:44:05 +0100 Subject: [PATCH] Fixed a plural issue | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | --- book/translation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ) ?>