diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-05 13:41:09 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-05 13:41:09 +0200 |
commit | 1d52ce01e449db043e0c8343e838cb686ed6250e (patch) | |
tree | e9da0b4527a6751138dafc64124bc266310e4f55 /buildlib/apti18n.h.in | |
parent | 624630eb4c855331dfb21470d7a86d3b6700ea6a (diff) |
* merged i18n fixes from apt--mvo
Diffstat (limited to 'buildlib/apti18n.h.in')
-rw-r--r-- | buildlib/apti18n.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buildlib/apti18n.h.in b/buildlib/apti18n.h.in index 812457643..a5b91b1ee 100644 --- a/buildlib/apti18n.h.in +++ b/buildlib/apti18n.h.in @@ -14,8 +14,10 @@ # else # define _(x) gettext(x) # endif +# define N_(x) x #else // apt will not use any gettext # define setlocale(a, b) # define _(x) x +# define N_(x) x #endif |