flatpak/po/meson.build
Simon McVittie 9fa89a9587 meson: Include the same i18n bug reporting address as for Autotools
Signed-off-by: Simon McVittie <smcv@collabora.com>
2023-02-21 09:19:37 +00:00

11 lines
210 B
Meson

# Copyright 2022 Collabora Ltd.
# SPDX-License-Identifier: LGPL-2.1-or-later
i18n.gettext(
'flatpak',
preset: 'glib',
args: [
'--msgid-bugs-address=https://github.com/flatpak/flatpak/issues',
],
)