summaryrefslogtreecommitdiff
path: root/i18n.h
diff options
context:
space:
mode:
Diffstat (limited to 'i18n.h')
-rw-r--r--i18n.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/i18n.h b/i18n.h
index 7ed5d79..1518403 100644
--- a/i18n.h
+++ b/i18n.h
@@ -7,8 +7,14 @@
#ifndef VDR_OSDPIP_I18N_H
#define VDR_OSDPIP_I18N_H
+#include <vdr/config.h>
#include <vdr/i18n.h>
+#if (APIVERSNUM < 10507)
+#define trNOOP(a) a
+#define trVDR tr
+#endif
+
extern const tI18nPhrase Phrases[];
#endif // VDR_OSDPIP_I18N_H