gplugin/gplugin

Set the preset for i18n to glib

19 months ago, Gary Kramlich
4404fa24f8e9
Parents 1195cedb7e55
Children 5dca05f85b18
Set the preset for i18n to glib

Testing Done:
Compiled and ran `ninja gplugin-pot`

Reviewed at https://reviews.imfreedom.org/r/1766/
--- a/po/meson.build Mon Sep 12 04:34:25 2022 -0500
+++ b/po/meson.build Wed Sep 14 03:17:31 2022 -0500
@@ -1,5 +1,5 @@
if get_option('nls')
- i18n.gettext(GETTEXT_PACKAGE)
+ i18n.gettext(GETTEXT_PACKAGE, preset: 'glib')
else
summary('translations',
'You have disabled installation of translations which means ' +