On Wed, Dec 11, 2002 at 12:45:45AM +0100, Denis Barbier wrote:
[...]
> 3. May I set a _ macro in frontend.h in order to start i18n of
> frontends? As libdiscover already calls dcgettext, I would like to
> set it to
> #define _(x) dcgettext("cdebconf", (x), LC_MESSAGES)
[...]
An alternative is to store msgids in debconf 'text' elements, there
is then no need for libc gettext.
Denis