Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
7c5e89d8
Commit
7c5e89d8
authored
Sep 24, 2016
by
Tim-Philipp Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
meson: hook up translations
parent
4833f02e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
meson.build
meson.build
+1
-0
po/meson.build
po/meson.build
+9
-0
No files found.
meson.build
View file @
7c5e89d8
...
...
@@ -242,6 +242,7 @@ subdir('gst')
subdir('sys')
subdir('ext')
subdir('tests')
subdir('po')
configure_file(input : 'config.h.meson',
output : 'config.h',
...
...
po/meson.build
0 → 100644
View file @
7c5e89d8
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)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment