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