2017-02-07 19:39:10 +01:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#define ENABLE_NLS 1
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <libintl.h>
|
|
|
|
#include "gettext/gettext.h"
|
2017-02-08 22:50:19 +01:00
|
|
|
|
|
|
|
#define translate(msgid) msgid
|
|
|
|
#define ptranslate(msgctx, msgid) msgctx GETTEXT_CONTEXT_GLUE msgid
|