summaryrefslogtreecommitdiff
path: root/po/meson.build
diff options
context:
space:
mode:
authorPiotr DrÄ…g <piotrdrag@gmail.com>2017-11-15 07:45:24 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-11-15 07:45:24 +0100
commitaed54a2e0283d78ef08a1805b419fbe3fcc822f0 (patch)
tree40bd9859e659336261455fc95ba01036a2dc999d /po/meson.build
parentf6e11b394e5ad22e16b6b076bfb897f7509b59d7 (diff)
downloadsystemd-aed54a2e0283d78ef08a1805b419fbe3fcc822f0.tar.gz
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>.
Diffstat (limited to 'po/meson.build')
-rw-r--r--po/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/meson.build b/po/meson.build
index c4654be5ff..91b73ea4f2 100644
--- a/po/meson.build
+++ b/po/meson.build
@@ -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()