diff options
Diffstat (limited to 'apps/dashboard/l10n/es.js')
-rw-r--r-- | apps/dashboard/l10n/es.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dashboard/l10n/es.js b/apps/dashboard/l10n/es.js index c2ecceae287..4ac8098b636 100644 --- a/apps/dashboard/l10n/es.js +++ b/apps/dashboard/l10n/es.js @@ -29,4 +29,4 @@ OC.L10N.register( "Insert from {productName}" : "Insertar desde {productName}", "Show something" : "Mostrar algo" }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |