diff options
Diffstat (limited to 'source/include')
-rw-r--r-- | source/include/intl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/intl.h b/source/include/intl.h index 5b56d9aa2c9..01fa3bad976 100644 --- a/source/include/intl.h +++ b/source/include/intl.h @@ -22,3 +22,4 @@ /* ideally we would have a static mapping, but that precludes dynamic loading. This is a reasonable compromise */ #define _(x) lang_msg_rotate(x) +#define N_(x) (x) |