1po2moz(1) Translate Toolkit 3.9.2 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] [--er‐
11 rorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE]
12 [-o|--output] OUTPUT [-t|--template TEMPLATE] [-S|--timestamp]
13 [-l|--locale LOCALE] [--threshold PERCENT] [--fuzzy] [--nofuzzy] [--re‐
14 moveuntranslated]
15
17 See: http://docs.translatehouse.org/projects/translate-toolkit/en/lat‐
18 est/commands/moz2po.html for examples and usage instructions.
19
21 --version
22 show program's version number and exit
23
24 -h/--help
25 show this help message and exit
26
27 --manpage
28 output a manpage based on the help
29
30 --progress
31 show progress as: dots, none, bar, names, verbose
32
33 --errorlevel
34 show errorlevel as: none, message, exception, traceback
35
36 -i/--input
37 read from INPUT in *, dtd.po, dtd.pot, inc.po, inc.pot, ini.po,
38 ini.pot, it.po, it.pot, js, lang.po, lang.pot, manifest, proper‐
39 ties.po, properties.pot, rdf formats
40
41 -x/--exclude
42 exclude names matching EXCLUDE from input paths
43
44 -o/--output
45 write to OUTPUT in *, dtd, inc, ini, it, js, lang, manifest,
46 properties, rdf formats
47
48 -t/--template
49 read from TEMPLATE in *, dtd, inc, ini, it, js, lang, manifest,
50 properties, rdf formats
51
52 -S/--timestamp
53 skip conversion if the output file has newer timestamp
54
55 -l/--locale
56 set output locale (required as this sets the directory names)
57
58 --threshold
59 only convert files where the translation completion is above
60 PERCENT
61
62 --fuzzy
63 use translations marked fuzzy
64
65 --nofuzzy
66 don't use translations marked fuzzy (default)
67
68 --removeuntranslated
69 remove untranslated strings from output
70
71
72
73 Translate Toolkit 3.9.2 po2moz(1)