diff options
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/hardinfo.h | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/includes/hardinfo.h b/includes/hardinfo.h index 70329ac7..5728e711 100644 --- a/includes/hardinfo.h +++ b/includes/hardinfo.h @@ -25,8 +25,10 @@  #include "vendor.h"  #include <libintl.h>  #include <locale.h> -#define _(STRING)    gettext(STRING) +#define _(STRING) gettext(STRING)  #define N_(STRING) (STRING) +#define C_(CTX, STRING) pgettext(CTX, STRING) +#define NC_(CTX, STRING) (STRING)  typedef enum {    MODULE_FLAG_NONE = 0, | 
