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 8acd846a4..ecfe42eef 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=4; plural=(n % 1 == 0 ? 4: n==1 ? 1: n % 1 == 0 && n>=2 && n<=4 ? 3);");
+"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");