1xliff2oo(1) Translate Toolkit 1.9.0 xliff2oo(1)
2
3
4
6 xliff2oo - convert XLIFF localization files to an OpenOffice.org (SDF)
7 localization file
8
10 xliff2oo [--version] [-h|--help] [--manpage] [--progress PROGRESS]
11 [--errorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE]
12 [-o|--output] OUTPUT [-t|--template TEMPLATE] [-l|--language LANG]
13 [--source-language LANG] [-T|--keeptimestamp] [--nonrecursiveoutput]
14 [--nonrecursivetemplate] [--skipsource] [--filteraction ACTION]
15 [--fuzzy] [--nofuzzy] [--multifile MULTIFILESTYLE]
16
18 --version
19 show program's version number and exit
20
21 -h/--help
22 show this help message and exit
23
24 --manpage
25 output a manpage based on the help
26
27 --progress
28 show progress as: dots, none, bar, names, verbose
29
30 --errorlevel
31 show errorlevel as: none, message, exception, traceback
32
33 -i/--input
34 read from INPUT in xlf, po, pot formats
35
36 -x/--exclude
37 exclude names matching EXCLUDE from input paths
38
39 -o/--output
40 write to OUTPUT in sdf, oo formats
41
42 -t/--template
43 read from TEMPLATE in sdf, oo formats
44
45 -l/--language
46 set target language code (e.g. af-ZA) [required]
47
48 --source-language
49 set source language code (default en-US)
50
51 -T/--keeptimestamp
52 don't change the timestamps of the strings
53
54 --nonrecursiveoutput
55 don't treat the output oo as a recursive store
56
57 --nonrecursivetemplate
58 don't treat the template oo as a recursive store
59
60 --skipsource
61 don't output the source language, but fallback to it where
62 needed
63
64 --filteraction
65 action on pofilter failure: none (default), warn, exclude-seri‐
66 ous, exclude-all
67
68 --fuzzy
69 use translations marked fuzzy
70
71 --nofuzzy
72 don't use translations marked fuzzy (default)
73
74 --multifile
75 how to split po/pot files (single, toplevel or onefile)
76
77
78
79 Translate Toolkit 1.9.0 xliff2oo(1)