From 1c5491b69e89ed3eb74ef8f96bd64a00a2c68ba1 Mon Sep 17 00:00:00 2001 From: Jehan Date: Wed, 8 Jun 2022 19:04:59 +0200 Subject: [PATCH] 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. --- plug-ins/common/file-glob.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plug-ins/common/file-glob.c b/plug-ins/common/file-glob.c index b79437e89b..9a3facc732 100644 --- a/plug-ins/common/file-glob.c +++ b/plug-ins/common/file-glob.c @@ -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