yupe\helpers\YFile::getTranslatedName PHP Method

getTranslatedName() public static method

public static getTranslatedName ( $word ) : mixed | string
$word
return mixed | string
    public static function getTranslatedName($word)
    {
        return YText::translit($word);
    }