meson: add translations
This commit is contained in:
parent
43335d31c6
commit
e0c1edcf56
@ -419,5 +419,6 @@ subdir('sys')
|
|||||||
subdir('ext')
|
subdir('ext')
|
||||||
subdir('tests')
|
subdir('tests')
|
||||||
subdir('pkgconfig')
|
subdir('pkgconfig')
|
||||||
|
subdir('po')
|
||||||
|
|
||||||
run_command(python3, '-c', 'import shutil; shutil.copy("hooks/pre-commit.hook", ".git/hooks/pre-commit")')
|
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…
x
Reference in New Issue
Block a user