1INTLTOOL-MERGE(8)           System Manager's Manual          INTLTOOL-MERGE(8)
2
3
4

NAME

6       intltool-merge - merge translated strings into various types of file
7
8

SYNOPSIS

10       intltool-merge [option]... PO_DIRECTORY FILENAME OUTPUT_FILE
11
12
13

DESCRIPTION

15       Merge  translated strings in po files in PO_DIRECTORY with the original
16       application file FILENAME, and output the file  OUTPUT_FILE  containing
17       both original and localized strings.
18
19       If  FILENAME  is  an  XML  file,  OUTPUT_FILE will contain repeated xml
20       nodes, where each node contains  one  of  the  localized  strings  with
21       "xml:lang" attribute.
22
23
24

OPTIONS

26   Mode of operation
27       -b
28       --ba-style
29           Merge  files  in  bonobo-activation style, which is used for bonobo
30           servers.
31
32       -d
33       --desktop-style
34           Merge files in desktop style, which is similar to the Windows  .ini
35           file format.
36
37       -k
38       --keys-style
39           Merge files in keys style, which is used for metadata.
40
41       -o
42       --oaf-style
43           (OBSOLETE) Same as -b/--ba-style.
44
45       -r
46       --rfc822deb-style
47           Merge  files in RFC 822 style, which is usually used in Debian con‐
48           figuration files.
49
50       --quoted-style
51           Merge files in quoted  string  style,  which  just  translates  any
52           strings within "".
53
54       -x
55       --xml-style
56           Merge  files  in  standard XML style, both as attributes and as raw
57           pcdata.
58
59
60   Other options
61       -u
62       --utf8
63           Convert all strings to UTF-8 before merging.
64
65       -p
66       --pass-through
67           Use strings as is in .po files without conversion (STRONGLY  unrec‐
68           ommended with -x).
69
70       -c
71       --cache
72           (TBD)
73
74       -q
75       --quiet
76           Be quiet while running.
77
78       -v
79       --version
80           Show version information.
81
82       -h
83       --help
84           Show usage and basic help information.
85
86
87

FILES

89       po/.intltool-merge-cache
90              Cache  file  generated  by  intltool-merge,  that  contains  all
91              strings in all po files separated by \01.
92
93
94

REPORTING BUGS

96       Report bugs to http://bugs.launchpad.net/intltool
97
98
99

AUTHOR

101       Darin Adler <darin@bentspoon.com>
102       Kenneth Christiansen <kenneth@gnu.org>
103       Maciej Stachowiak <mjs@eazel.com>
104
105
106

SEE ALSO

108       iconv(1),  intltoolize(8),  intltool-prepare(8),   intltool-extract(8),
109       intltool-update(8)
110
111
112
113intltool                          2003-08-02                 INTLTOOL-MERGE(8)
Impressum