1moz2po(1) Translate Toolkit 1.9.0 moz2po(1)
2
3
4
6 moz2po - convert Mozilla .dtd and .properties files to Gettext PO
7 localization files
8
10 moz2po [--version] [-h|--help] [--manpage] [--progress PROGRESS]
11 [--errorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE]
12 [-o|--output] OUTPUT [-t|--template TEMPLATE] [-P|--pot] [--duplicates
13 DUPLICATESTYLE]
14
16 See: http://translate.sourceforge.net/wiki/toolkit/moz2po 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 it, rdf, ini, dtd, *, inc, js, properties,
37 manifest formats
38
39 -x/--exclude
40 exclude names matching EXCLUDE from input paths
41
42 -o/--output
43 write to OUTPUT in it.po, it.pot, rdf, js, ini.po, ini.pot,
44 dtd.po, dtd.pot, *, inc.po, inc.pot, properties.po, properā
45 ties.pot, manifest formats
46
47 -t/--template
48 read from TEMPLATE in it, rdf, js, ini, *, dtd, inc, properties,
49 manifest formats
50
51 -P/--pot
52 output PO Templates (.pot) rather than PO files (.po)
53
54 --duplicates
55 what to do with duplicate strings (identical source text):
56 merge, msgctxt (default: 'msgctxt')
57
58
59
60 Translate Toolkit 1.9.0 moz2po(1)