Skip to content

Commit

Permalink
Merge pull request #2632 from drak/9eb0ef5f106992a5a6300c47e5e03576df…
Browse files Browse the repository at this point in the history
…578bd2

Grammar fix
  • Loading branch information
fabpot committed Nov 14, 2011
2 parents c91d90f + 9eb0ef5 commit 769a1e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Symfony/Component/Translation/MessageSelector.php
Expand Up @@ -28,15 +28,15 @@ class MessageSelector
*
* The message supports two different types of pluralization rules:
*
* interval: {0} There is no apples|{1} There is one apple|]1,Inf] There is %count% apples
* interval: {0} There are no apples|{1} There is one apple|]1,Inf] There are %count% apples
* indexed: There is one apple|There is %count% apples
*
* The indexed solution can also contain labels (e.g. one: There is one apple).
* This is purely for making the translations more clear - it does not
* affect the functionality.
*
* The two methods can also be mixed:
* {0} There is no apples|one: There is one apple|more: There is %count% apples
* {0} There are no apples|one: There is one apple|more: There are %count% apples
*
* @throws InvalidArgumentException
* @param string $message The message being translated
Expand Down

0 comments on commit 769a1e3

Please sign in to comment.