meson: add translations
authorTim-Philipp Müller <tim@centricular.com>
Sat, 15 Jul 2017 11:45:35 +0000 (12:45 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 15 Jul 2017 11:45:35 +0000 (12:45 +0100)
meson.build
po/meson.build [new file with mode: 0644]

index 62c6420..bccb5f8 100644 (file)
@@ -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 (file)
index 0000000..e93536e
--- /dev/null
@@ -0,0 +1,3 @@
+i18n = import('i18n')
+
+i18n.gettext('gst-plugins-base-1.0', preset: 'glib')