summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-09-24 09:36:24 +0100
committerTim-Philipp Müller <tim@centricular.com>2016-09-26 11:43:29 +0100
commit7c5e89d82b7e1a7e090aa15509f14484e975ffa8 (patch)
tree229f298935bdf96ab0e4515c3e565f7314714616 /po
parent4833f02e47d5b7fc4284517e92d5976b20188a4a (diff)
meson: hook up translations
Diffstat (limited to 'po')
-rw-r--r--po/meson.build9
1 files changed, 9 insertions, 0 deletions
diff --git a/po/meson.build b/po/meson.build
new file mode 100644
index 000000000..e8d70eba3
--- /dev/null
+++ b/po/meson.build
@@ -0,0 +1,9 @@
+i18n = import('i18n')
+
+langs = [ 'af', 'az', 'bg', 'ca', 'cs', 'da', 'de', 'el',
+ 'en_GB', 'eo', 'es', 'eu', 'fi', 'fr', 'gl', 'hr',
+ 'hu', 'id', 'it', 'ja', 'lt', 'lv', 'mt', 'nb',
+ 'nl', 'or', 'pl', 'pt_BR', 'ro', 'ru', 'sk', 'sl',
+ 'sq', 'sr', 'sv', 'tr', 'uk', 'vi', 'zh_CN', 'zh_TW' ]
+
+i18n.gettext('gst-plugins-good-1.0', languages : langs)