Follow up to r109021, corrected the comment, and added a translation from Russian.
[lhc/web/wiklou.git] / languages / classes / LanguageBe_tarask.php
index d160941..9acc443 100644 (file)
@@ -29,7 +29,7 @@ class LanguageBe_tarask extends Language {
 
                // If the actual number is not mentioned in the expression, then just two forms are enough:
                // singular for $count == 1
-               // plural   for $count != 0
+               // plural   for $count != 1
                // For example, "This user belongs to {{PLURAL:$1|one group|several groups}}."
                if ( count( $forms ) === 2 ) return $count == 1 ? $forms[0] : $forms[1];