From b1262a480327d6a0113eda1944ff34496eeafbda Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sat, 30 Jul 2011 21:27:16 +0200 Subject: [PATCH] po: also extract plural messages from the C files Signed-off-by: Benno Schulenberg --- po/Makevars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3