diff options
author | Guillem Jover <guillem@debian.org> | 2015-09-17 18:01:37 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2015-09-21 06:48:35 +0200 |
commit | 9a54c92f8b09bf2b267b34542ed907a6fa791e09 (patch) | |
tree | 6ebf8225e341b6f32abfc957cc37361b458ad2e0 /scripts/po | |
parent | a603506740df8e83d441c72f1de234b9ba709693 (diff) | |
download | dpkg-9a54c92f8b09bf2b267b34542ed907a6fa791e09.tar.gz |
Dpkg::Gettext: Add new function N_
Diffstat (limited to 'scripts/po')
-rw-r--r-- | scripts/po/Makevars | 3 |
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 |