Skip to content

Commit 3cc3874

Browse files
committed
Fixed syntax error.
1 parent b32ecce commit 3cc3874

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
@@ -789,15 +789,15 @@ locale to use for translation::
789789
'Symfony2 is great',
790790
array(),
791791
'messages',
792-
'fr_FR',
792+
'fr_FR'
793793
);
794794

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

803803
Translating Database Content

0 commit comments

Comments
 (0)