aboutsummaryrefslogtreecommitdiffstats
path: root/grpmi/po/Makefile
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2002-11-11 15:52:58 +0000
committerPablo Saratxaga <pablo@mandriva.com>2002-11-11 15:52:58 +0000
commit17fa562604a97d8d38da45fcdb17a6aca2cc10a0 (patch)
tree10d005dc5b92676bfcff8940656322e40135b6e2 /grpmi/po/Makefile
parentd1d0efab0778316b2a787841f38fda1a9ad9f7d4 (diff)
downloadrpmdrake-17fa562604a97d8d38da45fcdb17a6aca2cc10a0.tar
rpmdrake-17fa562604a97d8d38da45fcdb17a6aca2cc10a0.tar.gz
rpmdrake-17fa562604a97d8d38da45fcdb17a6aca2cc10a0.tar.bz2
rpmdrake-17fa562604a97d8d38da45fcdb17a6aca2cc10a0.tar.xz
rpmdrake-17fa562604a97d8d38da45fcdb17a6aca2cc10a0.zip
Added "N" as a tag for translatable strings
Diffstat (limited to 'grpmi/po/Makefile')
-rw-r--r--grpmi/po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/grpmi/po/Makefile b/grpmi/po/Makefile
index c13d0193..f4245281 100644
--- a/grpmi/po/Makefile
+++ b/grpmi/po/Makefile
@@ -32,7 +32,7 @@ merge: $(PGOAL).pot
$(PGOAL).pot: $(PL_CFILES) $(CFILES)
xgettext -F -n --add-comments='-PO' \
- --keyword=_ --keyword=__ --keyword=N_ \
+ --keyword=_ --keyword=__ --keyword=N_ --keyword=N \
--language=C -o $@ $(PL_CFILES) $(CFILES)
@rm -rf $(PL_CFILES)