]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
po: specify a glib preset (#7333)
authorPiotr Drąg <piotrdrag@gmail.com>
Wed, 15 Nov 2017 06:45:24 +0000 (07:45 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 15 Nov 2017 06:45:24 +0000 (07:45 +0100)
It gives us a list of standard arguments passed to gettext,
see <http://mesonbuild.com/i18n-module.html#i18ngettext>.

po/meson.build

index c4654be5ffe56c383222b921525ec8b2952e4b1e..91b73ea4f278a07402fff19dd7d5ba6b1bf1f658 100644 (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()