mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
po: add missing file
This commit is contained in:
parent
ef6bb2195a
commit
e9c7a3bb4a
1 changed files with 12 additions and 0 deletions
12
po/meson.build
Normal file
12
po/meson.build
Normal file
|
|
@ -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()
|
||||||
Loading…
Add table
Add a link
Reference in a new issue