[PyQt] Best project layout for translation?
Lee Harr
missive at hotmail.com
Tue Mar 19 01:44:27 GMT 2013
> When I move the translations to data/translations/
> Qt Linguist can no longer find the .ui file to show the nice
> preview of the form.
I figured out a workaround for this.
ln -s ../../data data/translations/data
Lets Qt Linguist find the .ui files.
Not sure how well that works inside of a mercurial
software repo -- especially if it is cloned to non-unix
systems -- but I am going to give it a try.
More information about the PyQt
mailing list