Reputation: 179
I'm using Qt 4.7.1 on window vista.I want to make my qt application to be translatable. How can I use the Lupdate tool to generate .ts files? From where I can run it from Qt creator or Qt linguist?
Upvotes: 1
Views: 4674
Reputation: 51
C:\Qt\4.7.4\bin
or where ever your QT files are found, just check the bin folder.
Upvotes: 1
Reputation: 6142
Google told me this: http://doc.qt.nokia.com/4.7-snapshot/linguist-manager.html
Upvotes: 0