summaryrefslogtreecommitdiff
path: root/i18n.h
diff options
context:
space:
mode:
Diffstat (limited to 'i18n.h')
-rw-r--r--i18n.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/i18n.h b/i18n.h
new file mode 100644
index 0000000..bdef753
--- /dev/null
+++ b/i18n.h
@@ -0,0 +1,12 @@
+/*
+ * See the README file for copyright information and how to reach the author.
+ */
+
+#ifndef _I18N__H
+#define _I18N__H
+
+#include <vdr/i18n.h>
+
+extern const tI18nPhrase Phrases[];
+
+#endif //_I18N__H