1po2dtd(1) Translate Toolkit 3.5.1 po2dtd(1)
2
3
4
6 po2dtd - Converts a Gettext PO file to a UTF-8 encoded Mozilla .dtd
7 file.
8
10 po2dtd [--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 [--threshold PERCENT] [--fuzzy] [--nofuzzy] [--removeuntranslated]
14
16 using the .po file.
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 dtd format
42
43 -t/--template
44 read from TEMPLATE in dtd format
45
46 -S/--timestamp
47 skip conversion if the output file has newer timestamp
48
49 --threshold
50 only convert files where the translation completion is above
51 PERCENT
52
53 --fuzzy
54 use translations marked fuzzy
55
56 --nofuzzy
57 don't use translations marked fuzzy (default)
58
59 --removeuntranslated
60 remove untranslated strings from output
61
62
63
64 Translate Toolkit 3.5.1 po2dtd(1)