mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
10 lines
205 B
C
10 lines
205 B
C
#pragma once
|
|
|
|
#define ENABLE_NLS 1
|
|
#include <stdlib.h>
|
|
#include <libintl.h>
|
|
#include "gettext/gettext.h"
|
|
|
|
#define translate(msgid) msgid
|
|
#define ptranslate(msgctx, msgid) msgctx GETTEXT_CONTEXT_GLUE msgid
|