plug-ins: override set_i18n() for file-glob.

I forgot this one, which simply can have its localization disabled. As I
understand, it's mostly for script writer so was never localized. Maybe
it could still be interesting to localize the procedure name and docs,
but for now let's leave it how it always was.
This commit is contained in:
Jehan 2022-06-08 19:04:59 +02:00
parent 2b4e433e87
commit 1c5491b69e
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ glob_class_init (GlobClass *klass)
plug_in_class->query_procedures = glob_query_procedures;
plug_in_class->create_procedure = glob_create_procedure;
plug_in_class->set_i18n = NULL;
}
static void