@b4n commented on this pull request.
> @@ -563,3 +555,38 @@ plugin_configure (GtkDialog *dialog)
return box1;
}
+
+/* Load module */
+G_MODULE_EXPORT void
+geany_load_module (GeanyPlugin *plugin)
+{
+ /* setup translation */
+ main_locale_init (LOCALEDIR, GETTEXT_PACKAGE);
+
+ /* metadata */
+ plugin->info->name = _("Web helper");
+ plugin->info->description = _("Display a preview web page that gets updated "
+ "upon document saving and provide web "
+ "analysis and debugging tools (aka Web "
+ "Inspector), all using WebKit.");
Just verified: I didn't mess up the string (translations are still working
unmodified), and xgettext is indeed not buggy and sees the exact same string,
as expected.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1455#discussion_r2167542226
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1455/review/[email protected]>