[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2022-04-05 03:37:54 +00:00
parent 214365090b
commit 4326fabceb
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 2 additions and 2 deletions

View File

@ -21,4 +21,4 @@ OC.L10N.register(
"PDF" : "PDF",
"CBR/CBZ" : "CBR/CBZ"
},
"nplurals=2; plural=(n > 1);");
"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@ -18,5 +18,5 @@
"Epub" : "Epub",
"PDF" : "PDF",
"CBR/CBZ" : "CBR/CBZ"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
},"pluralForm" :"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}