[Yum-devel] [PATCH] Add po/Makevars for gettext plural handling

Ville-Pekka Vainio vpivaini at cs.helsinki.fi
Fri Nov 13 11:57:52 UTC 2009


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..d00a046
--- /dev/null
+++ b/po/Makevars
@@ -0,0 +1 @@
+XGETTEXT_OPTIONS = --keyword=P_:1,2
-- 
1.6.5.2




More information about the Yum-devel mailing list