fix for if gettext is disabled
This commit is contained in:
parent
2d0e961d19
commit
b3e08685c9
|
@ -6,6 +6,7 @@
|
|||
#include <libintl.h>
|
||||
#else
|
||||
#define gettext(String) String
|
||||
#define ngettext(String1,String2,Int) String2
|
||||
#endif
|
||||
|
||||
#define _(String) gettext(String)
|
||||
|
|
Loading…
Reference in New Issue