#ifndef I18N_H #define I18N_H #include "gettext.h" #define _(string) gettext (string) #endif