Latest version of CLDR got 6 rules for Welsh(cy). So removing fixme.
authorSanthosh Thottingal <santhosh@users.mediawiki.org>
Mon, 9 Jan 2012 10:11:54 +0000 (10:11 +0000)
committerSanthosh Thottingal <santhosh@users.mediawiki.org>
Mon, 9 Jan 2012 10:11:54 +0000 (10:11 +0000)
http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html#cy

languages/classes/LanguageCy.php

index a3a2868..1b0863a 100644 (file)
@@ -15,8 +15,6 @@ class LanguageCy extends Language {
        function convertPlural( $count, $forms ) {
                if ( !count( $forms ) ) { return ''; }
 
-               // @todo FIXME: CLDR defines 4 plural forms; very different, actually.
-               // See http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html#cy
                $forms = $this->preConvertPlural( $forms, 6 );
                $count = abs( $count );
                if ( $count >= 0 && $count <= 3 ) {