1 2 3 4 5 6 7 8 9 10 11
#ifdef ENABLE_NLS #include <libintl.h> #define _(msgid) gettext(msgid) #else #define _(msgid) (msgid) #endif