summaryrefslogtreecommitdiffstats
path: root/src/i18n.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n.hpp')
-rw-r--r--src/i18n.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/i18n.hpp b/src/i18n.hpp
index 4cf082d..ebf8fd1 100644
--- a/src/i18n.hpp
+++ b/src/i18n.hpp
@@ -7,9 +7,6 @@
#include <libintl.h>
/// Mark a string literal as translatable
-#define _(msgid) gettext(msgid)
-
-/// Mark a string literal as non-translatable
-// #define N_(msgid) (msgid)
+#define T(msgid) gettext(msgid)
#endif // PATCHAGE_I18N_HPP