mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 08:55:33 +00:00
meson: add translations
This commit is contained in:
parent
88fea7c511
commit
8ec88f5d32
2 changed files with 4 additions and 0 deletions
|
@ -261,6 +261,7 @@ subdir('sys')
|
|||
subdir('tools')
|
||||
subdir('tests')
|
||||
subdir('pkgconfig')
|
||||
subdir('po')
|
||||
|
||||
if build_machine.system() == 'windows'
|
||||
message('Disabling gtk-doc while building on Windows')
|
||||
|
|
3
po/meson.build
Normal file
3
po/meson.build
Normal file
|
@ -0,0 +1,3 @@
|
|||
i18n = import('i18n')
|
||||
|
||||
i18n.gettext('gst-plugins-base-1.0', preset: 'glib')
|
Loading…
Reference in a new issue