File: pybabel.1

package info (click to toggle)
python-babel 2.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,888 kB
  • sloc: python: 14,521; makefile: 177; javascript: 77; sh: 8
file content (43 lines) | stat: -rw-r--r-- 1,067 bytes parent folder | download | duplicates (7)
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
35
36
37
38
39
40
41
42
43
.\" Manpage created by Christoph Haas <haas@debian.org>
.TH PYBABEL "1" "January 2008"
.SH NAME
pybabel \- command line tool for working with message catalogs
.SH SYNOPSIS
.B pybabel
\fIcommand \fR[\fIoptions\fR] [\fIargs\fR]
.SH OPTIONS
.TP
\fB\-\-version\fR
show program's version number and exit
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-\-list\-locales\fR
print all known locales and exit
.TP
\fB\-v\fR, \fB\-\-verbose\fR
print as much as possible
.TP
\fB\-q\fR, \fB\-\-quiet\fR
print as little as possible
.SS "commands:"
.TP
compile
compile message catalogs to MO files
.TP
extract
extract messages from source files and generate a POT file
.TP
init
create new message catalogs from a POT file
.TP
update
update existing message catalogs from a POT file
.PP
To learn more about the commands run e.g. \fIpybabel compile \-\-help\fR.
.SH AUTHORS
The original program was written by Edgewall Software. This manual page was
provided by Christoph Haas <haas@debian.org> for the Debian GNU/Linux system
but may freely be used by anyone.