1 <refentry id="glib-gettextize" lang="en">
4 <title>glib-gettextize</title>
5 <productname>GLib</productname>
8 <contrib>Developer</contrib>
9 <firstname>Owen</firstname>
10 <surname>Taylor</surname>
16 <refentrytitle>glib-gettextize</refentrytitle>
17 <manvolnum>1</manvolnum>
18 <refmiscinfo class="manual">User Commands</refmiscinfo>
22 <refname>glib-gettextize</refname>
23 <refpurpose>gettext internationalization utility</refpurpose>
28 <command>glib-gettextize</command>
29 <arg choice="opt" rep="repeat">OPTION</arg>
30 <arg choice="opt">DIRECTORY</arg>
34 <refsect1><title>Description</title>
35 <para><command>glib-gettextize</command> helps to prepare a source package for being
36 internationalized through <application>gettext</application>.
37 It is a variant of the <command>gettextize</command> that ships with
38 <application>gettext</application>.
41 <para><command>glib-gettextize</command> differs
42 from <command>gettextize</command> in that it doesn't create an
43 <filename>intl/</filename> subdirectory and doesn't modify
44 <filename>po/ChangeLog</filename> (note that newer versions of
45 <command>gettextize</command> behave like this when called with the
46 <option>--no-changelog</option> option).
50 <refsect1><title>Options</title>
54 <term><option>--help</option></term>
61 <term><option>--version</option></term>
63 print version information and exit
68 <term><option>-c</option>, <option>--copy</option></term>
70 copy files instead of making symlinks
75 <term><option>-f</option>, <option>--force</option></term>
77 force writing of new files even if old ones exist
83 <refsect1><title>See also</title>
85 <citerefentry><refentrytitle>gettextize</refentrytitle><manvolnum>1</manvolnum></citerefentry>