mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
meson: add translations
This commit is contained in:
parent
43335d31c6
commit
e0c1edcf56
2 changed files with 4 additions and 0 deletions
|
@ -419,5 +419,6 @@ subdir('sys')
|
|||
subdir('ext')
|
||||
subdir('tests')
|
||||
subdir('pkgconfig')
|
||||
subdir('po')
|
||||
|
||||
run_command(python3, '-c', 'import shutil; shutil.copy("hooks/pre-commit.hook", ".git/hooks/pre-commit")')
|
||||
|
|
3
po/meson.build
Normal file
3
po/meson.build
Normal file
|
@ -0,0 +1,3 @@
|
|||
i18n = import('i18n')
|
||||
|
||||
i18n.gettext('gst-plugins-bad-1.0', preset: 'glib')
|
Loading…
Reference in a new issue