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

github.com/nextcloud/notifications.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:34:46 +0300
committerNextcloud bot <bot@nextcloud.com>2018-05-17 03:34:46 +0300
commit7145109c623d0865dc0ac486688d08517a3a6324 (patch)
treeaacfc91f0d72ca8f96b8a19bae36f9a5cbd483ae /l10n/sk.js
parent3ad5f553426bc5e216a6f85ff9c044dc1605da06 (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 deb178d..6aac59e 100644
--- a/l10n/sk.js
+++ b/l10n/sk.js
@@ -6,4 +6,4 @@ OC.L10N.register(
"No notifications" : "Žiadne upozornenia",
"Dismiss" : "Odmietnuť"
},
-"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);");