Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-05-17 03:39:18 +0300
committerNextcloud bot <bot@nextcloud.com>2018-05-17 03:39:18 +0300
commit705b715fbe2845e9520566d69c6720307be25776 (patch)
tree1863906d5e3682fd0bd7b0a104c36a06cf0624ab /l10n/sk.js
parent4252e70ddd36b44a75db6185f6cbfab65fa8b959 (diff)
[tx-robot] updated from transifex
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 9c6441ea..7188af0e 100644
--- a/l10n/sk.js
+++ b/l10n/sk.js
@@ -42,4 +42,4 @@ OC.L10N.register(
"Guest %s" : "Hosť %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Tento odkaz vyexpiroval, alebo neexistuje. Pre podrobnosti kontaktujte osobu, ktorá ho s vami sprístupňovala."
},
-"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);");