#ifdef ENABLE_NLS #include #define _(String) dgettext("data.table", String) #else #define _(String) (String) #endif