Replace Inf with asterisk when using pluralization in touched translations

@see https://github.com/CachetHQ/Cachet/pull/2868
This commit is contained in:
Nico Stapelbroek 2018-01-13 18:51:21 +01:00
parent 55f6ee7dc7
commit 5dc595d55b

View File

@ -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.',