Index: trunk/phase3/languages/classes/LanguageHy.php |
— | — | @@ -49,7 +49,7 @@ |
50 | 50 | return $word; |
51 | 51 | } |
52 | 52 | |
53 | | - function convertPlural( $count, $wordform1, $wordform2) { |
| 53 | + function convertPlural( $count, $wordform1, $wordform2, $w3, $w4, $w5) { |
54 | 54 | $count = str_replace (' ', '', $count); |
55 | 55 | if (abs($count) <= 1) { |
56 | 56 | return $wordform1; |