• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1i18n = import('i18n')
2i18n.gettext(
3  meson.project_name(),
4  preset: 'glib',
5  # Page width is set to 90 characters in order to avoid bad wrapping of the
6  # bug reporting address.
7  args: ['--msgid-bugs-address=https://gitlab.freedesktop.org/pulseaudio/pulseaudio/issues/new',
8         '--width=90'],
9)
10
11po_dir = meson.current_source_dir()
12