From 4e7f67812edd688f30e54f48517b3e16c5887553 Mon Sep 17 00:00:00 2001 From: saturneric Date: Mon, 29 Jul 2024 02:30:41 +0200 Subject: feat: improve modules translation --- src/m_gpg_info/GnuPGInfoGatheringModule.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/m_gpg_info/GnuPGInfoGatheringModule.cpp') diff --git a/src/m_gpg_info/GnuPGInfoGatheringModule.cpp b/src/m_gpg_info/GnuPGInfoGatheringModule.cpp index 9339882..2e13590 100644 --- a/src/m_gpg_info/GnuPGInfoGatheringModule.cpp +++ b/src/m_gpg_info/GnuPGInfoGatheringModule.cpp @@ -81,6 +81,8 @@ auto GFRegisterModule() -> int { auto GFActiveModule() -> int { LISTEN("REQUEST_GATHERING_GNUPG_INFO"); + + LOAD_TRANS("ModuleGnuPGInfoGathering"); return 0; } -- cgit v1.2.3