Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite34204e

Browse files
committed
minorsymfony#3605 Fixed a plural issue (benjaminpaap)
This PR was merged into the 2.3 branch.Discussion----------Fixed a plural issue| Q | A| ------------- | ---| Doc fix? | yes| New docs? | no| Applies to | all| Fixed tickets |Commits-------1fa4fee Fixed a plural issue
2 parents0c41762 +1fa4fee commite34204e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎book/translation.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ The translator service is accessible in PHP templates through the
321321
<?php echo $view['translator']->trans('Symfony2 is great') ?>
322322

323323
<?php echo $view['translator']->transChoice(
324-
'{0} Thereis no apples|{1} There is one apple|]1,Inf[ There are %count% apples',
324+
'{0} Thereare no apples|{1} There is one apple|]1,Inf[ There are %count% apples',
325325
10,
326326
array('%count%' => 10)
327327
) ?>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp