mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-22 06:28:46 -04:00
set plurals for and credit Indonesian translation
This commit is contained in:
parent
f71e62c07e
commit
5a9bcea3a9
6 changed files with 8 additions and 3 deletions
|
@ -784,6 +784,8 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
|||
return n > 1 ? 1 : 0;
|
||||
case 'he':
|
||||
return n === 1 ? 0 : (n === 2 ? 1 : ((n < 0 || n > 10) && (n % 10 === 0) ? 2 : 3));
|
||||
case 'id':
|
||||
return 0;
|
||||
case 'lt':
|
||||
return n % 10 === 1 && n % 100 !== 11 ? 0 : ((n % 10 >= 2 && n % 100 < 10 || n % 100 >= 20) ? 1 : 2);
|
||||
case 'pl':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue