No problems :\
[safa@localhost documents]$  xliff2odf -i work.xlf -o work-ar.odt -t work.odt
processing 1 files...
[###########################################] 100%
[safa@localhost documents]$


2014-01-25 Yuri Chornoivan <yurchor@ukr.net>
написане Sat, 25 Jan 2014 19:11:11 +0200, Safa Alfulaij <safa1996alfulaij@gmail.com>:


Hello
I'm trying to localize a document with lokalize, but I faced some problems.
Converting from odt -> xliff is ok... but merging with odt(odf) produce
some errors.
Output from terminal:


   Kross: "Loading the interpreter library for python"
   Kross: "Successfully loaded Interpreter instance from library."
   Kross: "PythonScript::Constructor."
   Kross: "PythonScript::execute"
   translatedodfpathname /home/safa/Desktop/documents/work-ar.odt
   odfpathname /home/safa/Desktop/documents/work.odt
   error occured
   Kross: "PythonScript::execute result=None"

What's the problem?

Hi,

Lokalize uses xliff2odf from Translate Toolkit to translate files. A wild guess is that there is an incompatibility of formats or something like this.

Try to use xliff2odf from command line to see what is happenning.

xliff2odf -i work.xlf -o work-ar.odt -t work.odt

Best regards,
Yuri