|
|
@@ -2,7 +2,7 @@
|
|
|
* libdpkg - Debian packaging suite library routines
|
|
|
* i18n.h - i18n support
|
|
|
*
|
|
|
- * Copyright © 2008 Guillem Jover <guillem@debian.org>
|
|
|
+ * Copyright © 2008-2010 Guillem Jover <guillem@debian.org>
|
|
|
*
|
|
|
* This is free software; you can redistribute it and/or modify
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
@@ -28,6 +28,7 @@ DPKG_BEGIN_DECLS
|
|
|
#include <gettext.h>
|
|
|
|
|
|
#define _(str) gettext(str)
|
|
|
+#define P_(str, str_plural, n) ngettext(str, str_plural, n)
|
|
|
#define N_(str) gettext_noop(str)
|
|
|
|
|
|
DPKG_END_DECLS
|