gnome-control-center/po/meson.build
Iñigo Martínez 0dd386f405 build: Migrate from Intltool to Gettext
Recent versions of Gettext are able to translate several formats
that are used in GNOME applications. This patch migrates from
Intltool to Gettext by using meson's i18n features.

https://bugzilla.gnome.org/show_bug.cgi?id=787588
2018-01-23 10:49:31 +01:00

5 lines
81 B
Meson

i18n.gettext(
control_center_gettext,
data_dirs: its_dir,
preset: 'glib'
)