Replace Inf with asterisk when using pluralization in touched translations
@see https://github.com/CachetHQ/Cachet/pull/2868
This commit is contained in:
@@ -23,7 +23,7 @@ return [
|
||||
'incident-templates' => 'Incident Templates',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,Inf] Several Updates',
|
||||
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
|
||||
'add' => [
|
||||
'title' => 'Create new incident update',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
|
||||
Reference in New Issue
Block a user