aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/translation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/translation.h b/common/translation.h
index e1951c1330..57c4cc2ac8 100644
--- a/common/translation.h
+++ b/common/translation.h
@@ -207,5 +207,7 @@ private:
#endif
#define _s(str) str
+#define _sc(str, ctxt) str
+#define DECLARE_TRANSLATION_ADDITIONAL_CONTEXT(str, ctxt)
#endif