summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-07-15 12:52:38 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-07-15 12:52:38 +0100
commite0c1edcf56fd0ad0767108c189ed0c428bd43873 (patch)
tree7a291051f04fc35529449c6f2b89b86830244dd0 /po
parent43335d31c640eb9f4a2df11b92c7c25cad56d85d (diff)
downloadgstreamer-plugins-bad-e0c1edcf56fd0ad0767108c189ed0c428bd43873.tar.gz
meson: add translations
Diffstat (limited to 'po')
-rw-r--r--po/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/po/meson.build b/po/meson.build
new file mode 100644
index 000000000..2e397b629
--- /dev/null
+++ b/po/meson.build
@@ -0,0 +1,3 @@
+i18n = import('i18n')
+
+i18n.gettext('gst-plugins-bad-1.0', preset: 'glib')