summaryrefslogtreecommitdiff
path: root/i18n.h
diff options
context:
space:
mode:
Diffstat (limited to 'i18n.h')
-rw-r--r--i18n.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/i18n.h b/i18n.h
new file mode 100644
index 0000000..73401f1
--- /dev/null
+++ b/i18n.h
@@ -0,0 +1,23 @@
+/**
+ * based on i18n.h,v 1.1.1.1 2006/02/26 14:11:02 lordjaxom
+ *
+ * version by Midas
+ *
+ */
+
+#ifndef VDR_BLOCK_I18N_H
+#define VDR_BLOCK_I18N_H
+
+#include <vdr/i18n.h>
+#include <vdr/config.h>
+
+#if VDRVERSNUM < 10507
+
+#define trNOOP(s) (s)
+#define trVDR(s) tr(s)
+
+extern const tI18nPhrase Phrases[];
+
+#endif
+
+#endif // VDR_BLOCK_I18N_H