gplugin/gplugin

Add sorting to GTK4 viewer

2021-12-06, Elliott Sales de Andrade
124b09203cba
Add sorting to GTK4 viewer

This is simple sorting based on the title (aka plugin name).
if get_option('nls')
i18n.gettext(GETTEXT_PACKAGE)
else
summary('translations',
'You have disabled installation of translations which means ' +
'English will be the only available language.',
section : 'Warnings')
endif