meson: add translations

This commit is contained in:
Tim-Philipp Müller 2017-07-15 12:52:38 +01:00
parent 43335d31c6
commit e0c1edcf56
2 changed files with 4 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1,3 @@
i18n = import('i18n')
i18n.gettext('gst-plugins-bad-1.0', preset: 'glib')