Cuirfear réiteach gan phionós feidhmíochta san áireamh i scaoileadh nua. Chun a shocrú go tapa, le do thoil:
1. Oscail comhad includes/vbenterprisetranslator_class_translator.php
2. Aimsigh:
Code:
return vbet_translateEncodedText(substr($toTranslate, 0, $point), $this->from, $this->to, $serie, $this)
.$this->translateTextToDivide(substr($toTranslate, $point), $serie);
3. Ionadaigh ag:
Code:
$rest = substr($toTranslate, $point);
return vbet_translateEncodedText(substr($toTranslate, 0, $point), $this->from, $this->to, $serie, $this)
.$this->translateTextToDivide($rest, $serie);
4. Téigh go dtí 2 (tá an cód seo ag roinnt aistritheoirí)