gplugin/gplugin

Prepare for the 0.41.0 release
v0.41.0
12 months ago, Gary Kramlich
7c13a7ec856d
Prepare for the 0.41.0 release

Testing Done:
Ran `meson dist` without issue.

Reviewed at https://reviews.imfreedom.org/r/2483/
if get_option('nls')
i18n.gettext(GETTEXT_PACKAGE, preset: 'glib')
else
summary('translations',
'You have disabled installation of translations which means ' +
'English will be the only available language.',
section : 'Warnings')
endif