mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-03 01:39:15 +02:00
enable and credit Thai translation
This commit is contained in:
parent
05f77e45bc
commit
89df4a54ec
6 changed files with 7 additions and 4 deletions
|
@ -328,6 +328,7 @@ class I18n
|
|||
return $n === 1 ? 0 : ($n === 2 ? 1 : (($n < 0 || $n > 10) && ($n % 10 === 0) ? 2 : 3));
|
||||
case 'id':
|
||||
case 'jbo':
|
||||
case 'th':
|
||||
return 0;
|
||||
case 'lt':
|
||||
return $n % 10 === 1 && $n % 100 !== 11 ? 0 : (($n % 10 >= 2 && $n % 100 < 10 || $n % 100 >= 20) ? 1 : 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue