summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
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')