1moz2po(1) Translate Toolkit 3.9.2 moz2po(1)
2
3
4
6 moz2po - Convert Mozilla .dtd and .properties files to Gettext PO lo‐
7 calization files.
8
10 moz2po [--version] [-h|--help] [--manpage] [--progress PROGRESS] [--er‐
11 rorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE]
12 [-o|--output] OUTPUT [-t|--template TEMPLATE] [-S|--timestamp]
13 [-P|--pot] [--duplicates DUPLICATESTYLE]
14
16 See: http://docs.translatehouse.org/projects/translate-toolkit/en/lat‐
17 est/commands/moz2po.html for examples 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 *, dtd, inc, ini, it, js, lang, manifest,
37 properties, rdf formats
38
39 -x/--exclude
40 exclude names matching EXCLUDE from input paths
41
42 -o/--output
43 write to OUTPUT in *, dtd.po, dtd.pot, inc.po, inc.pot, ini.po,
44 ini.pot, it.po, it.pot, js, lang.po, lang.pot, manifest, proper‐
45 ties.po, properties.pot, rdf formats
46
47 -t/--template
48 read from TEMPLATE in *, dtd, inc, ini, it, js, lang, manifest,
49 properties, rdf formats
50
51 -S/--timestamp
52 skip conversion if the output file has newer timestamp
53
54 -P/--pot
55 output PO Templates (.pot) rather than PO files (.po)
56
57 --duplicates
58 what to do with duplicate strings (identical source text):
59 merge, msgctxt (default: 'msgctxt')
60
61
62
63 Translate Toolkit 3.9.2 moz2po(1)