gplugin/gplugin

Add option in viewer to directly show a plugin page

18 months ago, Elliott Sales de Andrade
bc5116596aba
Add option in viewer to directly show a plugin page

Testing Done:
Ran `gplugin-gtk4-viewer -p gplugin/native-basic-plugin` and it opened the `basic plugin (C)` page directly.
Ran `gplugin-gtk4-viewer -p asfalskjf` and it exited with an error.

Reviewed at https://reviews.imfreedom.org/r/2148/
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