1GLIB-GETTEXTIZE(1) GLIB-GETTEXTIZE(1)
2
3
4
6 glib-gettextize - gettext internationalization utility
7
9 glib-gettextize [option...] [directory]
10
12 glib-gettextize helps to prepare a source package for being
13 internationalized through gettext. It is a variant of the gettextize
14 that ships with gettext.
15
16 glib-gettextize differs from gettextize in that it doesn't create an
17 intl/ subdirectory and doesn't modify po/ChangeLog (note that newer
18 versions of gettextize behave like this when called with the
19 --no-changelog option).
20
21 Options
22 --help print help and exit
23
24 --version
25 print version information and exit
26
27 -c, --copy
28 copy files instead of making symlinks
29
30 -f, --force
31 force writing of new files even if old ones exist
32
34 gettextize(1)
35
36
37
38 08/15/2005 GLIB-GETTEXTIZE(1)