mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-26 14:13:26 +00:00
11 lines
210 B
Meson
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',
|
|
],
|
|
)
|