1po2flatxml(1) Translate Toolkit 3.9.2 po2flatxml(1)
2
3
4
6 po2flatxml - Convert Gettext PO localization files to flat XML files.
7
9 po2flatxml [--version] [-h|--help] [--manpage] [--progress PROGRESS]
10 [--errorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE]
11 [-o|--output] OUTPUT [-t|--template TEMPLATE] [-S|--timestamp]
12 [-r|--root] [-v|--value] [-k|--key] [-n|--namespace] [-w|--indent]
13
15 See: http://docs.translatehouse.org/projects/translate-toolkit/en/lat‐
16 est/commands/flatxml2po.html for examples and usage instructions.
17
19 --version
20 show program's version number and exit
21
22 -h/--help
23 show this help message and exit
24
25 --manpage
26 output a manpage based on the help
27
28 --progress
29 show progress as: dots, none, bar, names, verbose
30
31 --errorlevel
32 show errorlevel as: none, message, exception, traceback
33
34 -i/--input
35 read from INPUT in po, pot formats
36
37 -x/--exclude
38 exclude names matching EXCLUDE from input paths
39
40 -o/--output
41 write to OUTPUT in xml format
42
43 -t/--template
44 read from TEMPLATE in xml format
45
46 -S/--timestamp
47 skip conversion if the output file has newer timestamp
48
49 -r/--root
50 name of the XML root element (default: "root")
51
52 -v/--value
53 name of the XML value element (default: "str")
54
55 -k/--key
56 name of the XML key attribute (default: "key")
57
58 -n/--namespace
59 XML namespace uri (default: None)
60
61 -w/--indent
62 indent width in spaces, 0 for no indent (default: 2)
63
64
65
66 Translate Toolkit 3.9.2 po2flatxml(1)