From eb77158796dbf5f3ce395f5b85a2d0f78038fa00 Mon Sep 17 00:00:00 2001 From: Julien Lavergne Date: Sat, 5 Jan 2013 16:18:38 +0100 Subject: Add initial translation support (patch from rodin.s) --- includes/loadgraph.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'includes/loadgraph.h') diff --git a/includes/loadgraph.h b/includes/loadgraph.h index 3a53f793..1eae976f 100644 --- a/includes/loadgraph.h +++ b/includes/loadgraph.h @@ -24,6 +24,12 @@ #include #include #include +/*#include +#include +#define _(STRING) gettext(STRING) +#define N_(STRING) (STRING)*/ + + typedef struct _LoadGraph LoadGraph; -- cgit v1.2.3