build: use modern Meson helpers for i18n

This commit is contained in:
Piotr Drąg
2018-09-25 21:49:34 +02:00
parent d32e8bc379
commit d6ccf1b4fd
3 changed files with 9 additions and 15 deletions

View File

@ -1,8 +1 @@
i18n = import('i18n')
i18n.gettext('sysprof',
preset: 'glib',
args: [
'--msgid-bugs-address=https://bugzilla.gnome.org/enter_bug.cgi?product=sysprof&keywords=I18N+L10N&component=general',
],
)
i18n.gettext('sysprof', preset: 'glib')