diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/i18n.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +#ifdef ENABLE_NLS + #include <libintl.h> #define _(msgid) gettext(msgid) + +#else + +#define _(msgid) (msgid) + +#endif |
index : opkg-opk/opkg-opk.git | ||
OPK package building and information tool | Patrick McDermott |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | src/i18n.h | 8 |
@@ -1,3 +1,11 @@ +#ifdef ENABLE_NLS + #include <libintl.h> #define _(msgid) gettext(msgid) + +#else + +#define _(msgid) (msgid) + +#endif |