diff options
Diffstat (limited to 'apps/comments/l10n/sk.js')
-rw-r--r-- | apps/comments/l10n/sk.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/l10n/sk.js b/apps/comments/l10n/sk.js index 9a5567ba453..6e589e95979 100644 --- a/apps/comments/l10n/sk.js +++ b/apps/comments/l10n/sk.js @@ -32,4 +32,4 @@ OC.L10N.register( "A (now) deleted user mentioned you in a comment on “%s”" : "Teraz už odstránený používateľ vás spomenul v komentári k \"%s\"", "A (now) deleted user mentioned you in a comment on “{file}”" : "Teraz už odstránený používateľ vás spomenul v komentári k \"{file}\"" }, -"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);"); |