summaryrefslogtreecommitdiff
path: root/dselect
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-01-15 05:16:11 +0100
committerGuillem Jover <guillem@debian.org>2014-01-15 15:02:17 +0100
commit6e1afb26a5c4a27eb19643835c3ba2131670ae96 (patch)
tree333c0f55fbd6b55fb6c2537d053f99e18ed76d53 /dselect
parent0bbcd70316a3aee370fd9f6fce37bd8fb712ac43 (diff)
downloaddpkg-6e1afb26a5c4a27eb19643835c3ba2131670ae96.tar.gz
po: Add P_() and C_() to dselect xgettext keywords
Make sure these will not get missed in case dselect happens to start using them.
Diffstat (limited to 'dselect')
-rw-r--r--dselect/po/Makevars3
1 files changed, 2 insertions, 1 deletions
diff --git a/dselect/po/Makevars b/dselect/po/Makevars
index e36265264..2e43acc6f 100644
--- a/dselect/po/Makevars
+++ b/dselect/po/Makevars
@@ -8,7 +8,8 @@ subdir = dselect/po
top_builddir = ../..
# These options get passed to xgettext.
-XGETTEXT_OPTIONS = --from-code=UTF-8 --keyword --keyword=_ --keyword=N_
+XGETTEXT_OPTIONS = --from-code=UTF-8 --keyword --keyword=_ --keyword=N_ \
+ --keyword=P_:1,2 --keyword=C_:1c,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