mirror of
https://github.com/pulseaudio/pulseaudio.git
synced 2024-11-23 18:03:32 +08:00
9 lines
283 B
Meson
9 lines
283 B
Meson
i18n.gettext(
|
|
meson.project_name(),
|
|
preset: 'glib',
|
|
# Page width is set to 90 characters in order to avoid bad wrapping of the
|
|
# bug reporting address.
|
|
args: ['--msgid-bugs-address=https://gitlab.freedesktop.org/pulseaudio/pulseaudio/issues/new',
|
|
'--width=90'],
|
|
)
|