A Solución sen castigo de rendemento será incluída en liberación nova. Posto que rapidamente arranxar, compracer:
1. Arquivo aberto includes/vbenterprisetranslator_class_translator.php
2. Buscar:
Code:
return vbet_translateEncodedText(substr($toTranslate, 0, $point), $this->from, $this->to, $serie, $this)
.$this->translateTextToDivide(substr($toTranslate, $point), $serie);
3. Substituír por:
Code:
$rest = substr($toTranslate, $point);
return vbet_translateEncodedText(substr($toTranslate, 0, $point), $this->from, $this->to, $serie, $this)
.$this->translateTextToDivide($rest, $serie);
4. Vai a 2 (varios tradutores teñen este código)