diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2022-07-05 14:21:34 +0200 |
---|---|---|
committer | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2022-07-05 14:21:34 +0200 |
commit | 82e96cd89ae6fe3e5670e115a8db1a8c8cb75ca8 (patch) | |
tree | 264036fc095646f61869c2f634571748b17e32a8 /apps/workflowengine/l10n/it.js | |
parent | ec6f28b52db703f8639f8710074d955d80f68abe (diff) | |
parent | 991ff3c99c8bf9a407d62f06f09cc147495755a8 (diff) | |
download | nextcloud-server-82e96cd89ae6fe3e5670e115a8db1a8c8cb75ca8.tar.gz nextcloud-server-82e96cd89ae6fe3e5670e115a8db1a8c8cb75ca8.zip |
Merge branch 'master' into rakekniven-patch-1
Diffstat (limited to 'apps/workflowengine/l10n/it.js')
-rw-r--r-- | apps/workflowengine/l10n/it.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/workflowengine/l10n/it.js b/apps/workflowengine/l10n/it.js index 402258b889e..69d4453b3e3 100644 --- a/apps/workflowengine/l10n/it.js +++ b/apps/workflowengine/l10n/it.js @@ -116,4 +116,4 @@ OC.L10N.register( "is member of" : "è membro di", "is not member of" : "non è membro di" }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |