summaryrefslogtreecommitdiff
path: root/make-pot
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-12-06 11:00:35 -0500
committerMatthias Clasen <mclasen@redhat.com>2020-12-08 17:51:38 -0500
commitb4a7fe8d8fc3551495304c56342ccecc0185ac9c (patch)
treefcbaa0c64482280fe6b4f22c09fe0aacbeb49c15 /make-pot
parentc59b4333958642c47741415bbc31782ab472d32d (diff)
downloadgtk+-b4a7fe8d8fc3551495304c56342ccecc0185ac9c.tar.gz
Add bug reporting address to pot files
Fixes: #3451
Diffstat (limited to 'make-pot')
-rwxr-xr-xmake-pot1
1 files changed, 1 insertions, 0 deletions
diff --git a/make-pot b/make-pot
index afedf38e26..ad3c3ad97a 100755
--- a/make-pot
+++ b/make-pot
@@ -42,6 +42,7 @@ fi
$XGETTEXT --default-domain="$GETTEXT_PACKAGE" \
--directory="$top_srcdir" \
+ --msgid-bugs-address="https://gitlab.gnome.org/GNOME/gtk/-/issues/" \
--add-comments \
$XGETTEXT_KEYWORDS \
--from-code=utf-8 \