po: specify a glib preset (#7333)

It gives us a list of standard arguments passed to gettext,
see <http://mesonbuild.com/i18n-module.html#i18ngettext>.
This commit is contained in:
Piotr Drąg 2017-11-15 07:45:24 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent f6e11b394e
commit aed54a2e02

View file

@ -1,4 +1,4 @@
i18n = import('i18n')
i18n.gettext(meson.project_name())
i18n.gettext(meson.project_name(), preset: 'glib')
po_dir = meson.current_source_dir()