From 9fa89a9587bf8e2140c117b6424751027b6cae3c Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 21 Feb 2023 09:19:37 +0000 Subject: [PATCH] meson: Include the same i18n bug reporting address as for Autotools Signed-off-by: Simon McVittie --- po/meson.build | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/po/meson.build b/po/meson.build index 7364cc96..d09f7c8c 100644 --- a/po/meson.build +++ b/po/meson.build @@ -1,4 +1,10 @@ # Copyright 2022 Collabora Ltd. # SPDX-License-Identifier: LGPL-2.1-or-later -i18n.gettext('flatpak', preset: 'glib') +i18n.gettext( + 'flatpak', + preset: 'glib', + args: [ + '--msgid-bugs-address=https://github.com/flatpak/flatpak/issues', + ], +)