1oo2xliff(1) Translate Toolkit 3.3.2 oo2xliff(1)
2
3
4
6 oo2xliff - Convert an OpenOffice.org (SDF) localization file to XLIFF
7 localization files.
8
10 oo2xliff [--version] [-h|--help] [--manpage] [--progress PROGRESS]
11 [--errorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE]
12 [-o|--output] OUTPUT [-S|--timestamp] [-l|--language LANG] [--source-
13 language LANG] [--nonrecursiveinput] [--duplicates DUPLICATESTYLE]
14 [--multifile MULTIFILESTYLE]
15
17 See: http://docs.translatehouse.org/projects/translate-toolkit/en/lat‐
18 est/commands/oo2po.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 oo, sdf formats
38
39 -x/--exclude
40 exclude names matching EXCLUDE from input paths
41
42 -o/--output
43 write to OUTPUT in xlf, xliff formats
44
45 -S/--timestamp
46 skip conversion if the output file has newer timestamp
47
48 -l/--language
49 set target language to extract from oo file (e.g. af-ZA)
50
51 --source-language
52 set source language code (default en-US)
53
54 --nonrecursiveinput
55 don't treat the input oo as a recursive store
56
57 --duplicates
58 what to do with duplicate strings (identical source text):
59 merge, msgctxt (default: 'msgctxt')
60
61 --multifile
62 how to split po/pot files (single, toplevel or onefile)
63
64
65
66 Translate Toolkit 3.3.2 oo2xliff(1)