diff options
Diffstat (limited to 'apps/oauth2/l10n/es_SV.js')
-rw-r--r-- | apps/oauth2/l10n/es_SV.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/oauth2/l10n/es_SV.js b/apps/oauth2/l10n/es_SV.js index 00ba6a40669..4aec3467450 100644 --- a/apps/oauth2/l10n/es_SV.js +++ b/apps/oauth2/l10n/es_SV.js @@ -11,4 +11,4 @@ OC.L10N.register( "Secret" : "Secreto", "Delete" : "Borrar" }, -"nplurals=2; plural=(n != 1);"); +"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |