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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/federation/l10n/sk.js')
-rw-r--r--apps/federation/l10n/sk.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federation/l10n/sk.js b/apps/federation/l10n/sk.js
index 7a842a3961a..7a34cd0bf9b 100644
--- a/apps/federation/l10n/sk.js
+++ b/apps/federation/l10n/sk.js
@@ -13,4 +13,4 @@ OC.L10N.register(
"Trusted server" : "Dôveryhodný server",
"Add" : "Pridať"
},
-"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);");