Skip to content

Commit

Permalink
meson: Include the same i18n bug reporting address as for Autotools
Browse files Browse the repository at this point in the history
Signed-off-by: Simon McVittie <[email protected]>
  • Loading branch information
smcv committed Feb 21, 2023
1 parent 30c6b7d commit 9fa89a9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion po/meson.build
Original file line number Diff line number Diff line change
@@ -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',
],
)

0 comments on commit 9fa89a9

Please sign in to comment.