summaryrefslogtreecommitdiffstats
path: root/core/l10n/sk.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/sk.js')
-rw-r--r--core/l10n/sk.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/l10n/sk.js b/core/l10n/sk.js
index 2c050f79628..2312c9e53c0 100644
--- a/core/l10n/sk.js
+++ b/core/l10n/sk.js
@@ -352,4 +352,4 @@ OC.L10N.register(
"Back to log in" : "Späť na prihlásenie",
"Depending on your configuration, this button could also work to trust the domain:" : "V závislosti od vašej konfigurácie by toto tlačidlo mohlo fungovať tak, že dôverujete doméne:"
},
-"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);");