meson: Include the same i18n bug reporting address as for Autotools

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2023-02-21 09:19:37 +00:00
parent 30c6b7dbf2
commit 9fa89a9587

View File

@ -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',
],
)