diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2002-11-11 15:54:29 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2002-11-11 15:54:29 +0000 |
commit | 04533f7c4cc9e697c4824915570ebec0e9099541 (patch) | |
tree | 52758b27e661cc72db0eb64340079fc8efaa1ecb /po | |
parent | 20c39f2f0b79b2ec34e43a7ac01d6a327cfab5f9 (diff) | |
download | urpmi-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')
-rw-r--r-- | po/Makefile | 3 |
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) |