I18n::form()
Returns singular or plural depending on the given number
Parameters
Name | Type | Default | Description |
---|---|---|---|
$count * | int |
– | |
$none | bool |
false |
If true, 'none' will be returned if the count is 0 |
Return type
string