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.
2 parents c01bc9d + 3cc3874 commit 3a13a6aCopy full SHA for 3a13a6a
book/translation.rst
@@ -791,15 +791,15 @@ locale to use for translation::
791
'Symfony2 is great',
792
array(),
793
'messages',
794
- 'fr_FR',
+ 'fr_FR'
795
);
796
797
$this->get('translator')->transChoice(
798
'{0} There are no apples|{1} There is one apple|]1,Inf[ There are %count% apples',
799
10,
800
array('%count%' => 10),
801
802
803
804
805
Translating Database Content
0 commit comments