diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-07-15 12:45:35 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-07-15 12:45:35 +0100 |
commit | 8ec88f5d3239649fb6b3561c5519fdba8651e6b3 (patch) | |
tree | b055bb82f935b60f74892ddf1a0751297f86edd6 | |
parent | 88fea7c5119afe6a2a706fda9a29156b1202227d (diff) |
meson: add translations
-rw-r--r-- | meson.build | 1 | ||||
-rw-r--r-- | po/meson.build | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 62c64203d..bccb5f81e 100644 --- a/meson.build +++ b/meson.build @@ -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') diff --git a/po/meson.build b/po/meson.build new file mode 100644 index 000000000..e93536e0b --- /dev/null +++ b/po/meson.build @@ -0,0 +1,3 @@ +i18n = import('i18n') + +i18n.gettext('gst-plugins-base-1.0', preset: 'glib') |