1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

nls: Fix copyright and bug address in pot files.

* po/guix/Makevars: Fix COPYRIGHT_HOLDER and MSGID_BUGS_ADDRESS.
* po/packages/Makevars: idem.
This commit is contained in:
Julien Lepiller
2020-09-29 15:39:09 +02:00
parent c69156fc89
commit ac324be105
2 changed files with 4 additions and 4 deletions

View File

@@ -15,9 +15,9 @@ XGETTEXT_OPTIONS = \
--keyword=description \
--keyword=n_
COPYRIGHT_HOLDER = Ludovic Courtès
COPYRIGHT_HOLDER = the authors of Guix (msgids)
MSGID_BUGS_ADDRESS = ludo@gnu.org
MSGID_BUGS_ADDRESS = bug-guix@gnu.org
EXTRA_LOCALE_CATEGORIES =

View File

@@ -12,9 +12,9 @@ XGETTEXT_OPTIONS = \
--language=Scheme --from-code=UTF-8 \
--keyword=synopsis --keyword=description
COPYRIGHT_HOLDER = Ludovic Courtès
COPYRIGHT_HOLDER = the authors of Guix (msgids)
MSGID_BUGS_ADDRESS = ludo@gnu.org
MSGID_BUGS_ADDRESS = bug-guix@gnu.org
EXTRA_LOCALE_CATEGORIES =