mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-06 09:26:17 +01:00
9 lines
173 B
Meson
9 lines
173 B
Meson
i18n = import('i18n')
|
|
|
|
i18n.gettext('glib20', preset: 'glib')
|
|
|
|
install_data('Makefile.in.in',
|
|
install_dir : glib_pkgdatadir / 'gettext' / 'po',
|
|
install_tag : 'devel',
|
|
)
|