X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=languages%2Fclasses%2FLanguageHe.php;h=ca760c1a36ff293454c1ffc43c53160a9f138e3a;hb=341eaa78099021784b2a21fbfca43943e85f8f23;hp=70de3115c25f24d3c6e5b66b2cf980813b00b8de;hpb=157a8106ac414689a1851d641e6847d3d157a490;p=lhc%2Fweb%2Fwiklou.git diff --git a/languages/classes/LanguageHe.php b/languages/classes/LanguageHe.php index 70de3115c2..ca760c1a36 100644 --- a/languages/classes/LanguageHe.php +++ b/languages/classes/LanguageHe.php @@ -2,8 +2,7 @@ /** * Hebrew (עברית) * - * @package MediaWiki - * @subpackage Language + * @addtogroup Language * * @author Rotem Liss */ @@ -52,11 +51,13 @@ class LanguageHe extends Language { * @param integer the number of items * @param string the first form (singular) * @param string the second form (plural) - * @param string the third form (2 items, plural is used if not applicable and not specified) + * @param string the third form (2 items, plural is used if not applicable and not specified + * @param not used (for compatibility with ancestor) + * @param not used (for compatibility with ancestor) * * @return string of the suited form of word */ - public function convertPlural( $count, $w1, $w2, $w3) { + public function convertPlural( $count, $w1, $w2, $w3, $w4, $w5) { if ( $count == '1' ) { return $w1; } elseif ( $count == '2' && $w3 ) { @@ -67,4 +68,4 @@ class LanguageHe extends Language { } } -?> +