Skip to content
Snippets Groups Projects
Commit 8150a742 authored by Tim-Philipp Müller's avatar Tim-Philipp Müller :tropical_fish:
Browse files

meson: hook up translations

parent d671d694
No related branches found
No related tags found
No related merge requests found
...@@ -137,3 +137,4 @@ libsinc = include_directories('gst-libs') ...@@ -137,3 +137,4 @@ libsinc = include_directories('gst-libs')
subdir('gst') subdir('gst')
subdir('ext') subdir('ext')
subdir('tests') subdir('tests')
subdir('po')
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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment