preConvertPlural( $forms, 3 ); if ( $count == 1 ) { $index = 0; } elseif ( $count == 0 || ( $count % 100 > 0 && $count % 100 < 20 ) ) { $index = 1; } else { $index = 2; } return $forms[$index]; } }