Man page - pytqlupdate(1)

Packages contas this manual

Manual

pytqlupdate(1) General Commands Manual pytqlupdate(1)

pytqlupdate - update TQt Linguist translation files from Python sources

pytqlupdate [ options ] project-file...

This page documents the TQt Linguist Update tool for the TQt GUI toolkit, for Python source files. PyTQLupdate reads a tqmake project file (.pro file), finds the translatable strings in the specified source, header and interface files, and updates the translation files (.ts files) specified in it. The translation files are given to the translator who uses TQt Linguist to read the files and insert the translations.

The .ts file format is a simple human-readable XML format that can be used with version control systems if required.

Display the usage and exit.
Drop all obsolete strings.
Explain what is being done.
Display the version of pylupdate and exit.

Here is an example .pro file that can be given to pylupdate:


SOURCES         = funnydialog.py \

main.py \
wackywidget.py FORMS = fancybox.ui TRANSLATIONS = gnomovision_dk.ts \
gnomovision_fi.ts \
gnomovision_no.ts \
gnomovision_se.ts

When running pytqlupdate on this project file, the translatable strings in all the files listed in the SOURCES and FORMS entries will be put in the translation files listed in the TRANSLATIONS entry. Previous translations will be reused as far as possible, and translated strings that have vanished from the source files are marked obsolete.

tqlupdate(1), tqlrelease(1) and http://doc.trolltech.com/i18n.html

This manual page was written by Ricardo J. Cárdenes Medina for the Debian GNU/Linux System (but may be used by others), based on Trolltech's <info@trolltech.com> manual page for lupdate

18 October 2001 Trolltech AS