.\" .\" Created by Torsten Marek .\" Updated for PyQt5 by Dmitry Shachnev .TH PYLUPDATE5 1 "2015/01/16" "pylupdate 5.4" .SH NAME pylupdate5 \- create or update Qt Linguist translation files for PyQt5 applications .SH SYNOPSIS .B pylupdate5 [\fIOPTION\fR]... \fIPROJECT-FILE\fR .br .B pylupdate5 [\fIOPTION\fR]... \fISOURCE\fR... \fB\-ts\fR \fITRANSLATION-FILE\fR... .SH DESCRIPTION .B pylupdate5 reads a qmake project file (.pro), finds the translatable strings in the specified sources and updates the translation files (.ts files) specified in it. The translation files are given to the translator who can use Qt Linguist to read the files and insert the translations. .br The .ts file format is a simple human-readable XML format that can be used with version control systems if required. .SH OPTIONS .TP \fB\-help\fR Show a summary of the options. .TP \fB\-version\fR Display the version of pylupdate5 and exit. .TP \fB\-verbose\fR Explain what is being done. .TP \fB\-noobsolete\fR Drop all obsolete strings. .TP \fB\-tr\-function\fR \fIname\fR Specify name of function that should be used instead of tr(). .TP \fB\-translate\-function\fR \fIname\fR Specify name of function that should be used instead of translate(). .SH AUTHOR This manual page was written for Debian GNU/Linux by Torsten Marek and Dmitry Shachnev , but may freely be used by others.