File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Component/Translation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ class MessageSelector
28
28
*
29
29
* The message supports two different types of pluralization rules:
30
30
*
31
- * interval: {0} There is no apples|{1} There is one apple|]1,Inf] There is %count% apples
31
+ * interval: {0} There are no apples|{1} There is one apple|]1,Inf] There are %count% apples
32
32
* indexed: There is one apple|There is %count% apples
33
33
*
34
34
* The indexed solution can also contain labels (e.g. one: There is one apple).
35
35
* This is purely for making the translations more clear - it does not
36
36
* affect the functionality.
37
37
*
38
38
* The two methods can also be mixed:
39
- * {0} There is no apples|one: There is one apple|more: There is %count% apples
39
+ * {0} There are no apples|one: There is one apple|more: There are %count% apples
40
40
*
41
41
* @throws InvalidArgumentException
42
42
* @param string $message The message being translated
You can’t perform that action at this time.
0 commit comments