Marwa Shams
Marwa Shams

Reputation: 179

Using lupdate tool

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

Answers (2)

Rudy Mendoza
Rudy Mendoza

Reputation: 51

C:\Qt\4.7.4\bin

or where ever your QT files are found, just check the bin folder.

Upvotes: 1

das_weezul
das_weezul

Reputation: 6142

Google told me this: http://doc.qt.nokia.com/4.7-snapshot/linguist-manager.html

Upvotes: 0

Related Questions