1GLIB-GETTEXTIZE(1) User Commands 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
22 --help
23 print help and exit
24
25 --version
26 print version information and exit
27
28 -c, --copy
29 copy files instead of making symlinks
30
31 -f, --force
32 force writing of new files even if old ones exist
33
35 gettextize(1)
36
37
38
39GLib GLIB-GETTEXTIZE(1)