stop building l10n if strings are unchanged
[ntk/apt.git] / buildlib / apti18n.h.in
index 6928d62..a9d48dd 100644 (file)
@@ -25,4 +25,5 @@
 # define _(x) x
 # define P_(msg,plural,n) (n == 1 ? msg : plural)
 # define N_(x) x
+# define dgettext(d, m) m
 #endif