summaryrefslogtreecommitdiffstats
path: root/po/meson.build
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 16:03:18 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 16:03:18 +0000
commit2dd5bc6a074165ddfbd57c4bd52c2d2dac8f47a1 (patch)
tree465b29cb405d3af0b0ad50c78e1dccc636594fec /po/meson.build
parentInitial commit. (diff)
downloadpulseaudio-upstream.tar.xz
pulseaudio-upstream.zip
Adding upstream version 14.2.upstream/14.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/meson.build')
-rw-r--r--po/meson.build11
1 files changed, 11 insertions, 0 deletions
diff --git a/po/meson.build b/po/meson.build
new file mode 100644
index 0000000..34278db
--- /dev/null
+++ b/po/meson.build
@@ -0,0 +1,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()