From: Benno Schulenberg Date: Sat, 30 Jul 2011 19:27:16 +0000 (+0200) Subject: po: also extract plural messages from the C files X-Git-Tag: v2.20-rc2~110 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1262a480327d6a0113eda1944ff34496eeafbda;p=thirdparty%2Futil-linux.git po: also extract plural messages from the C files Signed-off-by: Benno Schulenberg --- diff --git a/po/Makevars b/po/Makevars index b2bc39368e..9938e44266 100644 --- a/po/Makevars +++ b/po/Makevars @@ -8,7 +8,7 @@ subdir = po top_builddir = .. # These options get passed to xgettext. -XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=P_:1,2 # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding