summaryrefslogtreecommitdiffstats
path: root/src/i18n.h
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-07-06 11:41:11 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-07-06 11:41:11 (EDT)
commit4bc1fe19d8cb13cb0d36bf7c213dcf6839e82a46 (patch)
treee2f8fb756814c75ca5a3b9c28d7e5b1cb38ec0a3 /src/i18n.h
parent4cea4ecbfd27152cd3b6e6dfc3ca1ca0cf03c7fc (diff)
Rename src/ to opkg-opk/
Diffstat (limited to 'src/i18n.h')
-rw-r--r--src/i18n.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/i18n.h b/src/i18n.h
deleted file mode 100644
index 4d8ee76..0000000
--- a/src/i18n.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifdef ENABLE_NLS
-
-#include <libintl.h>
-
-#define _(msgid) gettext(msgid)
-
-#else
-
-#define _(msgid) (msgid)
-
-#endif