mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-23 19:24:03 +01:00
Replace Inf with asterisk when using pluralization in touched translations
@see https://github.com/CachetHQ/Cachet/pull/2868
This commit is contained in:
parent
55f6ee7dc7
commit
5dc595d55b
@ -23,7 +23,7 @@ return [
|
|||||||
'incident-templates' => 'Incident Templates',
|
'incident-templates' => 'Incident Templates',
|
||||||
'updates' => [
|
'updates' => [
|
||||||
'title' => 'Incident updates for :incident',
|
'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' => [
|
'add' => [
|
||||||
'title' => 'Create new incident update',
|
'title' => 'Create new incident update',
|
||||||
'success' => 'Your new incident update has been created.',
|
'success' => 'Your new incident update has been created.',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user