From e9c7a3bb4acac68f6e0036bc344489c6af5aec66 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 8 Jan 2021 10:59:28 +0100 Subject: [PATCH] po: add missing file --- po/meson.build | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 po/meson.build diff --git a/po/meson.build b/po/meson.build new file mode 100644 index 000000000..eb4a7ff9e --- /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()