summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2002-11-11 15:54:29 +0000
committerPablo Saratxaga <pablo@mandriva.com>2002-11-11 15:54:29 +0000
commit04533f7c4cc9e697c4824915570ebec0e9099541 (patch)
tree52758b27e661cc72db0eb64340079fc8efaa1ecb /po/Makefile
parent20c39f2f0b79b2ec34e43a7ac01d6a327cfab5f9 (diff)
downloadurpmi-04533f7c4cc9e697c4824915570ebec0e9099541.tar
urpmi-04533f7c4cc9e697c4824915570ebec0e9099541.tar.gz
urpmi-04533f7c4cc9e697c4824915570ebec0e9099541.tar.bz2
urpmi-04533f7c4cc9e697c4824915570ebec0e9099541.tar.xz
urpmi-04533f7c4cc9e697c4824915570ebec0e9099541.zip
Added "N" as a tag for translatable strings
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index f60af489..b80eb575 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -39,7 +39,8 @@ merge: $(PGOAL).pot
$(PGOAL).pot: $(PL_CFILES) $(CFILES)
xgettext --default-domain=$(PGOAL) -F -n \
--add-comments='-PO' --add-comments=' Translator:'\
- --keyword=_ --keyword=__ --keyword=N_ --keyword=gettext \
+ --keyword=_ --keyword=__ --keyword=N_ --keyword=N \
+ --keyword=gettext \
--language=C $(PL_CFILES) $(CFILES)
mv -f $(PGOAL).po $(PGOAL).pot
@rm -rf $(PL_CFILES)