View Single Post
Posts: 435 | Thanked: 769 times | Joined on Apr 2010
#4
Check the ts version both commands use, are they different? You have to open the ts file with a text editor.

Another solution is to script everything:
Code:
pyside-lupdate main.py -ts temp.ts
tail -n +4 temp.ts
lupdate qml/* -ts base.ts
head -n -1 base.ts
cat temp.ts >> base.ts
EDIT: you create the first ts file and remove first 3 lines. Than create the second ts file, remove its last line (</TS>) and append the first ts file. So you get the complete ts file with just one (double) click.
__________________
My Fremantle projects: InternetRadioPlayer, QRadio, InternetRadioWidget, AutoRemoveSms, PSAutoLock, TodoListWidget, MediaPlayerWidget
My Harmattan projects: InternetRadioPlayer, QMLRadio, SigmaPlayer, WidgetCanvas, NotesExporter, 3DTris, NoStopPlayer, NotesImporter

Last edited by gionni88; 2012-12-12 at 08:12.
 

The Following User Says Thank You to gionni88 For This Useful Post: