1podebug(1) Translate Toolkit 1.9.0 podebug(1)
2
3
4
6 podebug - Insert debug messages into XLIFF and Gettext PO localization
7 files
8
10 podebug [--version] [-h|--help] [--manpage] [--progress PROGRESS]
11 [--errorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE]
12 [-o|--output] OUTPUT [-f|--format] [--rewrite STYLE] [--ignore APPLICA‐
13 TION]
14
16 See: http://translate.sourceforge.net/wiki/toolkit/podebug for examples
17 and usage instructions.
18
20 --version
21 show program's version number and exit
22
23 -h/--help
24 show this help message and exit
25
26 --manpage
27 output a manpage based on the help
28
29 --progress
30 show progress as: dots, none, bar, names, verbose
31
32 --errorlevel
33 show errorlevel as: none, message, exception, traceback
34
35 -i/--input
36 read from INPUT in tmx, xlf, pot, po, pot formats
37
38 -x/--exclude
39 exclude names matching EXCLUDE from input paths
40
41 -o/--output
42 write to OUTPUT in tmx, xlf, po, pot formats
43
44 -f/--format
45 specify format string
46
47 --rewrite
48 the translation rewrite style: blank, bracket, chef, en,
49 flipped, unicode, xxx
50
51 --ignore
52 apply tagging ignore rules for the given application: gtk, kde,
53 mozilla, openoffice
54
55
56
57 Translate Toolkit 1.9.0 podebug(1)