aboutsummaryrefslogtreecommitdiffstats
path: root/src/m_gpg_info/GnuPGInfoGatheringModule.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-29 00:30:41 +0000
committersaturneric <[email protected]>2024-07-29 00:30:41 +0000
commit4e7f67812edd688f30e54f48517b3e16c5887553 (patch)
tree70ab7c4b256647fabbe8d76c892083284d4a8ebd /src/m_gpg_info/GnuPGInfoGatheringModule.cpp
parentfix: remove dependency of assuan (diff)
downloadModules-4e7f67812edd688f30e54f48517b3e16c5887553.tar.gz
Modules-4e7f67812edd688f30e54f48517b3e16c5887553.zip
feat: improve modules translation
Diffstat (limited to '')
-rw-r--r--src/m_gpg_info/GnuPGInfoGatheringModule.cpp2
1 files changed, 2 insertions, 0 deletions
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;
}