blob: 34278db47f0b2de2e9a88e15dcb13c18e602da97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
i18n = import('i18n')
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'],
)
po_dir = meson.current_source_dir()
|