diff options
| author | saturneric <[email protected]> | 2024-07-29 00:30:41 +0000 |
|---|---|---|
| committer | saturneric <[email protected]> | 2024-07-29 00:30:41 +0000 |
| commit | 4e7f67812edd688f30e54f48517b3e16c5887553 (patch) | |
| tree | 70ab7c4b256647fabbe8d76c892083284d4a8ebd /src/m_gpg_info/GnuPGInfoGatheringModule.cpp | |
| parent | fix: remove dependency of assuan (diff) | |
| download | Modules-4e7f67812edd688f30e54f48517b3e16c5887553.tar.gz Modules-4e7f67812edd688f30e54f48517b3e16c5887553.zip | |
feat: improve modules translation
Diffstat (limited to '')
| -rw-r--r-- | src/m_gpg_info/GnuPGInfoGatheringModule.cpp | 2 |
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; } |
