-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andreas Stricker <[EMAIL PROTECTED]> writes:
> Roger Leigh wrote:
>> Now that gettext provides "autopoint", there is no need for
>> glib-gettextize. glib-gettextize doesn't exploit the features of
>> current gettext releases (it was forked from gette
Roger Leigh wrote:
> It's also worth mentioning here that glib-gettextize is way out of
> date and should not be used (it should be removed and replaced with a
> wrapper around autopoint).
>
> Now that gettext provides "autopoint", there is no need for
> glib-gettextize. glib-gettextize doesn't e
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andreas Stricker <[EMAIL PROTECTED]> writes:
to add a new language (po file) to my project, i simply edit
configure.in and add the language code to 'ALL_LINGUAS', and the po
file gets compiled when i 'make'. now, how can i tell 'make' t
>>> to add a new language (po file) to my project, i simply edit
>>> configure.in and add the language code to 'ALL_LINGUAS', and the po
>>> file gets compiled when i 'make'. now, how can i tell 'make' to
>>> compile with 'msgfmt -c' -- instead of simply 'msgfmt' -- so that
>>> the po file is ch