Re: msgfmt -c

2005-09-20 Thread Roger Leigh
-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

Re: msgfmt -c

2005-09-20 Thread Andreas Stricker
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

Re: msgfmt -c

2005-09-19 Thread Roger Leigh
-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

Re: msgfmt -c

2005-09-19 Thread Andreas Stricker
>>> 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