OK - çështja gjeti dhe të korrigjohet. Ajo do të përfshihen në publikimin e ardhshëm.
Për doze ju lutem:
1. Hapur / Përfshin / vbenterprisetranslator_class_translator.php
2. Gjej të:
PHP Code:
return vbet_translateEncodedText($toTranslate, $this->realFrom, $this->realTo, $serie, $this);
3. Replace nga:
PHP Code:
return vbet_translateEncodedText($toTranslate, $this->from, $this->to, $serie, $this);
4. Gjej të:
PHP Code:
return vbet_translateEncodedText(substr($toTranslate, 0, $point), $this->realFrom, $this->realTo, $serie, $this)
5. Replace nga:
PHP Code:
return vbet_translateEncodedText(substr($toTranslate, 0, $point), $this->from, $this->to, $serie, $this)