1po2moz(1) Translate Toolkit 1.9.0 po2moz(1)
2
3
4
6 po2moz - convert Gettext PO localization files to Mozilla .dtd and
7 .properties files
8
10 po2moz [--version] [-h|--help] [--manpage] [--progress PROGRESS]
11 [--errorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE]
12 [-o|--output] OUTPUT [-t|--template TEMPLATE] [-l|--locale LOCALE]
13 [--clonexpi] [--fuzzy] [--nofuzzy]
14
16 see: http://translate.sourceforge.net/wiki/toolkit/po2moz 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 dtd.po, dtd.pot, manifest, *, inc.po,
37 inc.pot, it.po, it.pot, js, rdf, properties.po, properties.pot,
38 ini.po, ini.pot formats
39
40 -x/--exclude
41 exclude names matching EXCLUDE from input paths
42
43 -o/--output
44 write to OUTPUT in dtd, manifest, *, inc, rdf, it, js, proper‐
45 ties, ini formats
46
47 -t/--template
48 read from TEMPLATE in dtd, manifest, *, inc, rdf, it, js, prop‐
49 erties, ini formats
50
51 -l/--locale
52 set output locale (required as this sets the directory names)
53
54 --clonexpi
55 clone xpi structure from the given xpi file
56
57 --fuzzy
58 use translations marked fuzzy
59
60 --nofuzzy
61 don't use translations marked fuzzy (default)
62
63
64
65 Translate Toolkit 1.9.0 po2moz(1)