Re: error, verror: insufficient i18n

2007-07-19 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Bruno Haible on 7/19/2007 2:19 PM: > The error message in lib/error.c and lib/verror.c is not internationalized, > because the _() macro expands to no gettext call, even when ENABLE_NLS is > defined. > > Objections to this fix? No compla

Re: error, verror: insufficient i18n

2007-07-19 Thread Paul Eggert
Bruno Haible <[EMAIL PROTECTED]> writes: > 2007-07-19 Bruno Haible <[EMAIL PROTECTED]> > > * lib/error.c (_) [ENABLE_NLS]: Define to gettext. > * lib/verror.c (_) [ENABLE_NLS]: Likewise. Thanks for catching that! The patch looks obvious to me.

error, verror: insufficient i18n

2007-07-19 Thread Bruno Haible
The error message in lib/error.c and lib/verror.c is not internationalized, because the _() macro expands to no gettext call, even when ENABLE_NLS is defined. Objections to this fix? 2007-07-19 Bruno Haible <[EMAIL PROTECTED]> * lib/error.c (_) [ENABLE_NLS]: Define to gettext.