1xliff2oo(1) Translate Toolkit 3.9.2 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] [-S|--timestamp]
13 [-l|--language LANG] [--source-language LANG] [-T|--keeptimestamp]
14 [--nonrecursiveoutput] [--nonrecursivetemplate] [--skipsource] [--fil‐
15 teraction ACTION] [--fuzzy] [--nofuzzy] [--multifile MULTIFILESTYLE]
16
18 See: http://docs.translatehouse.org/projects/translate-toolkit/en/lat‐
19 est/commands/oo2po.html for examples and usage instructions.
20
22 --version
23 show program's version number and exit
24
25 -h/--help
26 show this help message and exit
27
28 --manpage
29 output a manpage based on the help
30
31 --progress
32 show progress as: dots, none, bar, names, verbose
33
34 --errorlevel
35 show errorlevel as: none, message, exception, traceback
36
37 -i/--input
38 read from INPUT in po, pot, xlf, xliff formats
39
40 -x/--exclude
41 exclude names matching EXCLUDE from input paths
42
43 -o/--output
44 write to OUTPUT in oo, sdf formats
45
46 -t/--template
47 read from TEMPLATE in oo, sdf formats
48
49 -S/--timestamp
50 skip conversion if the output file has newer timestamp
51
52 -l/--language
53 set target language code (e.g. af-ZA) [required]
54
55 --source-language
56 set source language code (default en-US)
57
58 -T/--keeptimestamp
59 don't change the timestamps of the strings
60
61 --nonrecursiveoutput
62 don't treat the output oo as a recursive store
63
64 --nonrecursivetemplate
65 don't treat the template oo as a recursive store
66
67 --skipsource
68 don't output the source language, but fallback to it where
69 needed
70
71 --filteraction
72 action on pofilter failure: none (default), warn, exclude-seri‐
73 ous, exclude-all
74
75 --fuzzy
76 use translations marked fuzzy
77
78 --nofuzzy
79 don't use translations marked fuzzy (default)
80
81 --multifile
82 how to split po/pot files (single, toplevel or onefile)
83
84
85
86 Translate Toolkit 3.9.2 xliff2oo(1)