summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-07-15 12:45:35 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-07-15 12:45:35 +0100
commit8ec88f5d3239649fb6b3561c5519fdba8651e6b3 (patch)
treeb055bb82f935b60f74892ddf1a0751297f86edd6
parent88fea7c5119afe6a2a706fda9a29156b1202227d (diff)
meson: add translations
-rw-r--r--meson.build1
-rw-r--r--po/meson.build3
2 files changed, 4 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 62c64203d1..bccb5f81e9 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 0000000000..e93536e0b0
--- /dev/null
+++ b/po/meson.build
@@ -0,0 +1,3 @@
+i18n = import('i18n')
+
+i18n.gettext('gst-plugins-base-1.0', preset: 'glib')