Zdump.c
Paul Eggert
eggert at CS.UCLA.EDU
Fri Dec 23 00:34:32 UTC 2005
Ken Pizzini <tz. at explicate.org> writes:
> While consolidating the calls to gettext() to one place would
> otherwise work fine at run-time, it fails to *mark* the text
> that needs to be extracted for translation, and hence would
> not be in the translation table.
Yes, that's correct.
If it's important to minimize the number of calls to gettext, the
right way to do it is to use a gettext_noop macro as described in
<http://www.gnu.org/software/gettext/manual/html_node/gettext_19.html>.
For zdump I don't see why it'd be worth the trouble to do all that,
though.
More information about the tz
mailing list