summaryrefslogtreecommitdiffstats
path: root/core/l10n/he.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/he.js')
-rw-r--r--core/l10n/he.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/l10n/he.js b/core/l10n/he.js
index 9726477ca7e..6fbdaea8f3d 100644
--- a/core/l10n/he.js
+++ b/core/l10n/he.js
@@ -348,4 +348,4 @@ OC.L10N.register(
"Back to log in" : "חזרה לכניסה",
"Depending on your configuration, this button could also work to trust the domain:" : "בהתאם לתצורה שלך, הכפתור הזה יכול לעבוד גם כדי לתת אמון בשם המתחם:"
},
-"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;");