mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-27 15:24:00 +00:00
Set package name in translation catalogs
This commit is contained in:
parent
d99e600edd
commit
9f1414c36a
5 changed files with 6 additions and 5 deletions
|
|
@ -24,6 +24,7 @@ template: $(TEMPLATE)
|
|||
$(TEMPLATE): $(POSOURCES)
|
||||
$(XGETTEXT) -w 80 --default-domain=$(PACKAGE) --language=Python \
|
||||
--copyright-holder="Bastian Kleineidam <$(MYMAIL)>" \
|
||||
--package-name=LinkChecker \
|
||||
--msgid-bugs-address=$(MYMAIL) -o $(TEMPLATE) \
|
||||
--keyword=_n:1,2 $(POSOURCES)
|
||||
|
||||
|
|
|
|||
2
po/de.po
2
po/de.po
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: $Id$\n"
|
||||
"Project-Id-Version: LinkChecker\n"
|
||||
"Report-Msgid-Bugs-To: bastian.kleineidam@web.de\n"
|
||||
"POT-Creation-Date: 2020-06-19 16:25+0100\n"
|
||||
"PO-Revision-Date: 2020-06-19 16:42+0100\n"
|
||||
|
|
|
|||
2
po/es.po
2
po/es.po
|
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: linkchecker 2.8\n"
|
||||
"Project-Id-Version: LinkChecker\n"
|
||||
"Report-Msgid-Bugs-To: bastian.kleineidam@web.de\n"
|
||||
"POT-Creation-Date: 2020-06-19 16:25+0100\n"
|
||||
"PO-Revision-Date: 2011-02-16 15:24+0100\n"
|
||||
|
|
|
|||
2
po/fr.po
2
po/fr.po
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: fr\n"
|
||||
"Project-Id-Version: LinkChecker\n"
|
||||
"Report-Msgid-Bugs-To: bastian.kleineidam@web.de\n"
|
||||
"POT-Creation-Date: 2020-06-19 16:25+0100\n"
|
||||
"PO-Revision-Date: 2011-02-16 15:27+0100\n"
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR Bastian Kleineidam <bastian.kleineidam@web.de>
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# This file is distributed under the same license as the LinkChecker package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Project-Id-Version: LinkChecker\n"
|
||||
"Report-Msgid-Bugs-To: bastian.kleineidam@web.de\n"
|
||||
"POT-Creation-Date: 2020-06-19 16:25+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue