mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
aed54a2e02
It gives us a list of standard arguments passed to gettext, see <http://mesonbuild.com/i18n-module.html#i18ngettext>.
5 lines
110 B
Meson
5 lines
110 B
Meson
i18n = import('i18n')
|
|
i18n.gettext(meson.project_name(), preset: 'glib')
|
|
|
|
po_dir = meson.current_source_dir()
|