summaryrefslogtreecommitdiffstats
path: root/l10n/he.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-05-18 00:32:45 +0000
committerNextcloud bot <bot@nextcloud.com>2018-05-18 00:32:45 +0000
commit888a85843cc8378a8390cd414e4f5b1062507b2b (patch)
treea64a3514157f851083186461a43eea639aa4afea /l10n/he.js
parent061930d38a4f0e4d43b1f06c8d35645c2726ef36 (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 d7ac8ebcf..cfcd30941 100644
--- a/l10n/he.js
+++ b/l10n/he.js
@@ -129,4 +129,4 @@ OC.L10N.register(
"Documentation" : "תיעוד",
"Report a bug" : "דיווח על באג"
},
-"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;");