Skip to content

Commit 3a13a6a

Browse files
committed
Merge pull request symfony#1941 from jongotlin/patch-2
Fixed syntax error.
2 parents c01bc9d + 3cc3874 commit 3a13a6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/translation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -791,15 +791,15 @@ locale to use for translation::
791791
'Symfony2 is great',
792792
array(),
793793
'messages',
794-
'fr_FR',
794+
'fr_FR'
795795
);
796796

797797
$this->get('translator')->transChoice(
798798
'{0} There are no apples|{1} There is one apple|]1,Inf[ There are %count% apples',
799799
10,
800800
array('%count%' => 10),
801801
'messages',
802-
'fr_FR',
802+
'fr_FR'
803803
);
804804

805805
Translating Database Content

0 commit comments

Comments
 (0)