OK - y mater o hyd ac yn cywiro. Bydd yn cael ei chynnwys yn rhyddhau nesaf.
Ar gyfer ateb cyflym os gwelwch yn dda:
1. Agored / Cynnwys / vbenterprisetranslator_class_translator.php
2. Dod o hyd i:
PHP Code:
return vbet_translateEncodedText($toTranslate, $this->realFrom, $this->realTo, $serie, $this);
3. Amnewid gan:
PHP Code:
return vbet_translateEncodedText($toTranslate, $this->from, $this->to, $serie, $this);
4. Dod o hyd i:
PHP Code:
return vbet_translateEncodedText(substr($toTranslate, 0, $point), $this->realFrom, $this->realTo, $serie, $this)
5. Amnewid gan:
PHP Code:
return vbet_translateEncodedText(substr($toTranslate, 0, $point), $this->from, $this->to, $serie, $this)