Remove ?>'s from files. They're pointless, and just asking for people to mess with...
[lhc/web/wiklou.git] / languages / classes / LanguageBe.php
index f2a52cc..e0665e6 100644 (file)
@@ -1,8 +1,10 @@
 <?php
-/** Belarusian (Беларуская мова)
+/** Belarusian normative (Беларуская мова)
   *
-  * @package MediaWiki
-  * @subpackage Language
+  * This is still the version from Be-x-old, only duplicated for consistency of
+  * plural and grammar functions. If there are errors please send a patch.
+  *
+  * @addtogroup Language
   *
   * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
   * @bug 1638, 2135
@@ -12,7 +14,7 @@
   */
 
 class LanguageBe extends Language {
-       function convertPlural( $count, $wordform1, $wordform2, $wordform3) {
+       function convertPlural( $count, $wordform1, $wordform2, $wordform3, $w4, $w5) {
                $count = str_replace ('.', '', $count);
                if ($count > 10 && floor(($count % 100) / 10) == 1) {
                        return $wordform3;
@@ -86,4 +88,4 @@ class LanguageBe extends Language {
 
 }
 
-?>
+