aboutsummaryrefslogtreecommitdiffstats
path: root/i18n.h
blob: 1dd3bd17f5cb482338dca576620a6157778ec41a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Dummy header for libintl.h */

#undef _
#ifdef ENABLE_NLS
#undef __OPTIMIZE__
#include <libintl.h>
#define GT_(String) gettext((String))
#define NGT_(String) (String)
#else
#define GT_(String) (String)
#define NGT_(String) (String)
#endif