Hi Eric, * Eric Blake wrote on Wed, Sep 05, 2007 at 10:30:39PM CEST: > Has anyone tried to use gettext to provide translations for all of the > strings returned by lt_dlerror?
AFAIK no. That would be a good project for right after 2.2. > Should all of the strings in lt_error.h be marked N_, then the program > can add lt_error.h to the list in POTFILES.in to pick up the strings > that need translation? I guess. > Are there any strings besides lt_dlerror that would need translation? There is an "Out of memory" in lt__alloc.c, but I'm not sure whether that should be translated (can memory allocation happen inside?). Cheers, Ralf _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
