mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 10:26:16 +01:00
528a1b9288
Preset handles xgettext options for us, and we can rely on Meson to parse LINGUAS. https://bugzilla.gnome.org/show_bug.cgi?id=784965
6 lines
141 B
Meson
6 lines
141 B
Meson
i18n = import('i18n')
|
|
|
|
i18n.gettext('glib20', preset: 'glib')
|
|
|
|
install_data('Makefile.in.in', install_dir : glib_pkgdatadir + '/gettext/po')
|