summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-07-15 12:49:19 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-07-15 12:49:41 +0100
commit9c080387bb2959dad7b7c912979e949d49608b18 (patch)
tree78847e3bf5a8107fb2c2aee47d3cb5dec025c3b0 /po
parent3b99cf6c54415d7a2f89faf4326339983d643a5f (diff)
downloadgstreamer-plugins-ugly-9c080387bb2959dad7b7c912979e949d49608b18.tar.gz
meson: po: use glib preset and read language list from LINGUAS
Supported since meson 0.37, so we can use it now.
Diffstat (limited to 'po')
-rw-r--r--po/meson.build8
1 files changed, 1 insertions, 7 deletions
diff --git a/po/meson.build b/po/meson.build
index 0644277b..2657c017 100644
--- a/po/meson.build
+++ b/po/meson.build
@@ -1,9 +1,3 @@
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', 'ms', 'mt',
- 'nb', 'nl', 'or', 'pl', 'pt_BR', 'ro', 'ru', 'sk', 'sl',
- 'sq', 'sr', 'sv', 'tr', 'uk', 'vi', 'zh_CN' ]
-
-i18n.gettext('gst-plugins-ugly-1.0', languages : langs)
+i18n.gettext('gst-plugins-ugly-1.0', preset: 'glib')