plural()
plural(string $key, integer $count, array $vars = array()) : string
Get a plural message.
Parameters
string |
$key |
The key to use. |
integer |
$count |
The number of items in the translation. |
array |
$vars |
Additional context variables. |
Returns
string
— The translated message or ''.