mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 12:13:33 +08:00
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:
parent
f6e11b394e
commit
aed54a2e02
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user