diff options
Diffstat (limited to 'i18n.h')
-rw-r--r-- | i18n.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |