summaryrefslogtreecommitdiff
path: root/scripts/po
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2015-09-17 18:01:37 +0200
committerGuillem Jover <guillem@debian.org>2015-09-21 06:48:35 +0200
commit9a54c92f8b09bf2b267b34542ed907a6fa791e09 (patch)
tree6ebf8225e341b6f32abfc957cc37361b458ad2e0 /scripts/po
parenta603506740df8e83d441c72f1de234b9ba709693 (diff)
downloaddpkg-9a54c92f8b09bf2b267b34542ed907a6fa791e09.tar.gz
Dpkg::Gettext: Add new function N_
Diffstat (limited to 'scripts/po')
-rw-r--r--scripts/po/Makevars3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/po/Makevars b/scripts/po/Makevars
index 6d00c345c..db488d485 100644
--- a/scripts/po/Makevars
+++ b/scripts/po/Makevars
@@ -9,7 +9,8 @@ top_builddir = ../..
# These options get passed to xgettext.
XGETTEXT_OPTIONS = --from-code=UTF-8 --add-location=file \
- --keyword --keyword=g_ --keyword=P_:1,2
+ --keyword --keyword=g_ --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