preConvertPlural( $forms, 2 ); if ( $count % 10 === 1 ) { return $forms[0]; } else { return $forms[1]; } } }