summaryrefslogtreecommitdiffstats
path: root/l10n/sk.js
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/sk.js')
-rw-r--r--l10n/sk.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10n/sk.js b/l10n/sk.js
index 66d2b84bf..8acd846a4 100644
--- a/l10n/sk.js
+++ b/l10n/sk.js
@@ -146,4 +146,4 @@ OC.L10N.register(
"Documentation" : "Dokumentácia",
"Report a bug" : "Nahlásiť chybu"
},
-"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
+"nplurals=4; plural=(n % 1 == 0 ? 4: n==1 ? 1: n % 1 == 0 && n>=2 && n<=4 ? 3);");