summaryrefslogtreecommitdiff
path: root/i18n.h
diff options
context:
space:
mode:
Diffstat (limited to 'i18n.h')
-rw-r--r--i18n.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/i18n.h b/i18n.h
index bedba37..ce5421f 100644
--- a/i18n.h
+++ b/i18n.h
@@ -23,8 +23,13 @@ class I18n
I18n& LiveI18n();
-#if VDRVERSNUM < 10507
+#if APIVERSNUM < 10507
extern const tI18nPhrase Phrases[];
+#define trNOOP(s) (s)
+#endif
+
+#if APIVERSNUM < 10509
+#define trVDR(s) tr(s)
#endif
} // namespace vdrlive