Add the po/Makevars file including XGETTEXT_OPTIONS = --keyword=_P:1,2
so that the _P calls will be recognized as plurals by xgettext and
intltool.
---
 po/Makevars |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
 create mode 100644 po/Makevars

diff --git a/po/Makevars b/po/Makevars
new file mode 100644
index 0000000..b77c5c8
--- /dev/null
+++ b/po/Makevars
@@ -0,0 +1 @@
+XGETTEXT_OPTIONS = --keyword=_P:1,2
-- 
1.6.5.2


_______________________________________________
Yum-devel mailing list
Yum-devel@lists.baseurl.org
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to