App\Libraries\Utils::transFlowText PHP Метод

transFlowText() публичный статический Метод

TODO remove this
public static transFlowText ( $key )
    public static function transFlowText($key)
    {
        $str = trans("texts.{$key}");
        if (!in_array(App::getLocale(), ['de', 'fr'])) {
            $str = strtolower($str);
        }
        return $str;
    }