1MSGINIT(1) GNU MSGINIT(1)
2
3
4
6 msginit - initialize a message catalog
7
9 msginit [OPTION]
10
12 Creates a new PO file, initializing the meta information with values
13 from the user's environment.
14
15 Mandatory arguments to long options are mandatory for short options
16 too.
17
18 Input file location:
19 -i, --input=INPUTFILE
20 input POT file
21
22 If no input file is given, the current directory is searched for the
23 POT file. If it is -, standard input is read.
24
25 Output file location:
26 -o, --output-file=FILE
27 write output to specified PO file
28
29 If no output file is given, it depends on the --locale option or the
30 user's locale setting. If it is -, the results are written to standard
31 output.
32
33 Input file syntax:
34 -P, --properties-input
35 input file is in Java .properties syntax
36
37 --stringtable-input
38 input file is in NeXTstep/GNUstep .strings syntax
39
40 Output details:
41 -l, --locale=LL_CC
42 set target locale
43
44 --no-translator
45 assume the PO file is automatically generated
46
47 -p, --properties-output
48 write out a Java .properties file
49
50 --stringtable-output
51 write out a NeXTstep/GNUstep .strings file
52
53 -w, --width=NUMBER
54 set output page width
55
56 --no-wrap
57 do not break long message lines, longer than the output page
58 width, into several lines
59
60 Informative output:
61 -h, --help
62 display this help and exit
63
64 -V, --version
65 output version information and exit
66
68 Written by Bruno Haible.
69
71 Report bugs to <bug-gnu-gettext@gnu.org>.
72
74 Copyright © 2001-2007 Free Software Foundation, Inc. License GPLv3+:
75 GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
76 This is free software: you are free to change and redistribute it.
77 There is NO WARRANTY, to the extent permitted by law.
78
80 The full documentation for msginit is maintained as a Texinfo manual.
81 If the info and msginit programs are properly installed at your site,
82 the command
83
84 info msginit
85
86 should give you access to the complete manual.
87
88
89
90GNU gettext-tools 0.17 November 2007 MSGINIT(1)