diff options
author | Benno Schulenberg | 2011-07-30 21:27:16 +0200 |
---|---|---|
committer | Karel Zak | 2011-08-02 14:13:44 +0200 |
commit | b1262a480327d6a0113eda1944ff34496eeafbda (patch) | |
tree | d8afbaddb069ebc02576602be5e5f8d9fddc1f41 /po/Makevars | |
parent | uuidd: distinguish between singular and plural in three messages (diff) | |
download | kernel-qcow2-util-linux-b1262a480327d6a0113eda1944ff34496eeafbda.tar.gz kernel-qcow2-util-linux-b1262a480327d6a0113eda1944ff34496eeafbda.tar.xz kernel-qcow2-util-linux-b1262a480327d6a0113eda1944ff34496eeafbda.zip |
po: also extract plural messages from the C files
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'po/Makevars')
-rw-r--r-- | po/Makevars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index b2bc39368..9938e4426 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 |