File: pylupdate4.1

package info (click to toggle)
python-qt4 4.9.3-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 34,432 kB
  • sloc: python: 34,126; cpp: 11,938; xml: 290; makefile: 223; php: 27
file content (34 lines) | stat: -rw-r--r-- 1,170 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.\"
.\" Created by Torsten Marek <shlomme@debian.org>

.TH PYLUPDATE4 1 "2007/07/31" "pylupdate 4.3"
.SH NAME
pylupdate4 \- create or update Qt Linguist translation files for PyQt4 applications
.SH SYNOPSIS
.B pylupdate4
[\fIOPTION\fR]... \fIPROJECT-FILE\fR
.br
.B pylupdate4
[\fIOPTION\fR]... \fISOURCE\fR... \fB\-ts\fR \fITRANSLATION-FILE\fR...
.SH DESCRIPTION
.B pylupdate4
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
.B \-version
Display the version number of pylupdate4 of the version of Qt which PyQt4 was generated for.
.TP
.B \-noobsolete
Drop all obsolete strings.
.TP 
.B \-verbose
Increase verbosity.

.SH AUTHOR
This manual page was written for Debian GNU/Linux by and Torsten Marek <shlomme@debian.org>, but may freely be used by others.