Merge "Removed odd "partitionsNoPush" setting to simplify the code"
[lhc/web/wiklou.git] / languages / classes / LanguageWa.php
index fde8c53..98d138d 100644 (file)
  * @ingroup Language
  */
 class LanguageWa extends Language {
-       /**
-        * Use singular form for zero
-        *
-        * @param $count int
-        * @param $forms array
-        *
-        * @return string
-        */
-       function convertPlural( $count, $forms ) {
-               if ( !count( $forms ) ) {
-                       return '';
-               }
-               $forms = $this->preConvertPlural( $forms, 2 );
-
-               return ( $count <= 1 ) ? $forms[0] : $forms[1];
-       }
 
        /**
         * Dates in Walloon are "1î d' <monthname>" for 1st of the month,
         * "<day> di <monthname>" for months starting by a consoun, and
         * "<day> d' <monthname>" for months starting with a vowel
         *
-        * @param $ts string
-        * @param $adj bool
-        * @param $format bool
-        * @param $tc bool
+        * @param string $ts
+        * @param bool $adj
+        * @param bool $format
+        * @param bool $tc
         * @return string
         */
        function date( $ts, $adj = false, $format = true, $tc = false ) {
@@ -101,10 +85,10 @@ class LanguageWa extends Language {
        }
 
        /**
-        * @param $ts string
-        * @param $adj bool
-        * @param $format bool
-        * @param $tc bool
+        * @param string $ts
+        * @param bool $adj
+        * @param bool $format
+        * @param bool $tc
         * @return string
         */
        function timeanddate( $ts, $adj = false, $format = true, $tc = false ) {