From 8d7546ad5bab254d8c84289b6e3986f3e2027a2a Mon Sep 17 00:00:00 2001 From: saturneric Date: Sat, 28 Sep 2024 14:10:17 +0200 Subject: fix: send origin meta text to application --- include/GFModuleCommonUtils.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/GFModuleCommonUtils.hpp') diff --git a/include/GFModuleCommonUtils.hpp b/include/GFModuleCommonUtils.hpp index 7e1f654..af2ba4d 100644 --- a/include/GFModuleCommonUtils.hpp +++ b/include/GFModuleCommonUtils.hpp @@ -66,6 +66,8 @@ #define REGISTER_TRANS_READER() \ GFAppRegisterTranslatorReader(GFGetModuleID(), TranslatorDataReader) +#define GC_TR(text) QT_TRANSLATE_NOOP("GTrC", text) + #define CONCATENATE_DETAIL(x, y) x##y #define CONCATENATE(x, y) CONCATENATE_DETAIL(x, y) #define GTRC_TR(name, src) CONCATENATE(GTrC_, name)::tr(src) -- cgit v1.2.3