View Single Post
EmaNymton's Avatar
Posts: 141 | Thanked: 267 times | Joined on May 2010 @ Germany
#1
May be a dump question but I have the following problem:

I have projects with both qml and python-files which contains strings, that should be translated.

There are tools for generating a ts-file for python-files (pyside-lupdate) and qml-files (lupdate) and they work fine for their own files but not for the others.
So every time I change something, I have to generate two seperate ts-files and merge the two ts-files by hand.

Call me lazy, but if there is a way to do it in one step, please let me know

EmaNymton