1csv2po(1) Translate Toolkit 1.9.0 csv2po(1)
2
3
4
6 csv2po - convert Comma-Separated Value (.csv) files to Gettext PO
7 localization files
8
10 csv2po [--version] [-h|--help] [--manpage] [--progress PROGRESS]
11 [--errorlevel ERRORLEVEL] [-i|--input] INPUT [-x|--exclude EXCLUDE]
12 [-o|--output] OUTPUT [-t|--template TEMPLATE] [--charset CHARSET]
13 [--columnorder] [--duplicates DUPLICATESTYLE]
14
16 See: http://translate.sourceforge.net/wiki/toolkit/csv2po for examples
17 and usage instructions
18
20 --version
21 show program's version number and exit
22
23 -h/--help
24 show this help message and exit
25
26 --manpage
27 output a manpage based on the help
28
29 --progress
30 show progress as: dots, none, bar, names, verbose
31
32 --errorlevel
33 show errorlevel as: none, message, exception, traceback
34
35 -i/--input
36 read from INPUT in csv format
37
38 -x/--exclude
39 exclude names matching EXCLUDE from input paths
40
41 -o/--output
42 write to OUTPUT in po, pot formats
43
44 -t/--template
45 read from TEMPLATE in pot, po, pot formats
46
47 --charset
48 set charset to decode from csv files
49
50 --columnorder
51 specify the order and position of columns (location,source,tar‐
52 get)
53
54 --duplicates
55 what to do with duplicate strings (identical source text):
56 merge, msgctxt (default: 'msgctxt')
57
58
59
60 Translate Toolkit 1.9.0 csv2po(1)