diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:28:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:28:17 +0000 |
commit | 7a46c07230b8d8108c0e8e80df4522d0ac116538 (patch) | |
tree | d483300dab478b994fe199a5d19d18d74153718a /po/meson.build | |
parent | Initial commit. (diff) | |
download | pipewire-upstream/0.3.65.tar.xz pipewire-upstream/0.3.65.zip |
Adding upstream version 0.3.65.upstream/0.3.65upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/meson.build')
-rw-r--r-- | po/meson.build | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/po/meson.build b/po/meson.build new file mode 100644 index 0000000..eb4a7ff --- /dev/null +++ b/po/meson.build @@ -0,0 +1,12 @@ +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/pipewire/pipewire/issues/new', + '--width=90'], +) + +po_dir = meson.current_source_dir() |