summaryrefslogtreecommitdiffstats
path: root/l10n/he.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-05-18 00:20:10 +0000
committerNextcloud bot <bot@nextcloud.com>2018-05-18 00:20:10 +0000
commitc5a28c5efafd9926ecbc2662578194eac7c5fe3b (patch)
treec8588bdedeaab560d09517aa4229f96ef8ff5986 /l10n/he.js
parentc101a6a51224b66b42e85962c97fc86ea7b548f6 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/he.js')
-rw-r--r--l10n/he.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10n/he.js b/l10n/he.js
index a505b74f..149124f0 100644
--- a/l10n/he.js
+++ b/l10n/he.js
@@ -73,4 +73,4 @@ OC.L10N.register(
"Details" : "פרטים",
"Settings" : "הגדרות"
},
-"nplurals=4; plural=(n==1 ? 1: n == 2 ? 2 : (n % 10 == 0 and n > 10) ? 4);");
+"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");