mirror of
https://gitlab.gnome.org/World/tootle
synced 2025-01-23 12:30:14 +01:00
5 lines
180 B
Meson
5 lines
180 B
Meson
|
#i18n.gettext(meson.project_name(),
|
||
|
# args: ['--directory='+meson.source_root(), '--from-code=UTF-8'],
|
||
|
# install: false,
|
||
|
#)
|
||
|
i18n.gettext(meson.project_name(), preset: 'glib')
|