Solution sans la performance punition sera inclus dans la nouvelle version. Pour la correction rapide, s'il vous plaît:
1. Ouvrir le fichier includes/vbenterprisetranslator_class_translator.php
2. Trouver:
Code:
return vbet_translateEncodedText(substr($toTranslate, 0, $point), $this->from, $this->to, $serie, $this)
.$this->translateTextToDivide(substr($toTranslate, $point), $serie);
3. Remplacer par:
Code:
$rest = substr($toTranslate, $point);
return vbet_translateEncodedText(substr($toTranslate, 0, $point), $this->from, $this->to, $serie, $this)
.$this->translateTextToDivide($rest, $serie);
4. Aller à 2 (plusieurs traducteurs ont ce code)