If we set the step option we got this error: bcs the value from step is int

Could you pls fix that?
maybe adding on line: 142 -> Classes/ViewHelpers/TranslateElementPropertyViewHelper.php
if (is_string($value)) {
$ret[$key] = self::renderTranslation(
$translationKey . '.' . $key,
$value,
$translationArguments
);
}
If we set the step option we got this error: bcs the value from step is int

Could you pls fix that?
maybe adding on line: 142 -> Classes/ViewHelpers/TranslateElementPropertyViewHelper.php
if (is_string($value)) {
$ret[$key] = self::renderTranslation(
$translationKey . '.' . $key,
$value,
$translationArguments
);
}