Tony Abou-Assaleh wrote: > Is there a reason why lib/getopt1.c is not using gettext for its > text messages? It is listed in po/POTFILES.in but doesn't seem to > be using any gettext functions.
Probably because the code is wrapped in '#ifdef TEST'. Debugging messages shouldn't be marked for translation. The corresponding part of lib/getopt.c isn't marked either. Benno
