diff options
Diffstat (limited to 'apps/oauth2/l10n/sk.json')
-rw-r--r-- | apps/oauth2/l10n/sk.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/oauth2/l10n/sk.json b/apps/oauth2/l10n/sk.json index bc0e014f859..24f1959e55d 100644 --- a/apps/oauth2/l10n/sk.json +++ b/apps/oauth2/l10n/sk.json @@ -8,5 +8,5 @@ "Secret" : "Tajný kľúč", "Add client" : "Pridať klienta", "Add" : "Pridať" -},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 ? 4: n==1 ? 1: n % 1 == 0 && n>=2 && n<=4 ? 3);" }
\ No newline at end of file |