Skip to content

i18n: Always enable gettext support

Felix Riemann requested to merge friemann/libpeas:hard-enable-nls into master

With the switch to Meson the support for Gettext was left deactivated causing untranslated strings in libpeas-gtk.

As Gettext is not really optional due to the glib dependency remove the ENABLE_NLS build switch entirely. Fixes #35 (closed).

Merge request reports