summaryrefslogtreecommitdiff
path: root/i18n.h
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-08-19 19:48:54 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-08-19 19:48:54 +0000
commit323f68b9221a7b6d97a55724ac531f254e4f1b1c (patch)
tree59bed6c997c2563fbbc8be6cc3233ffa9a611677 /i18n.h
parent3cb631293adb6127cda1bf2fe335eaaf08fd0a5a (diff)
downloadvdr-plugin-live-323f68b9221a7b6d97a55724ac531f254e4f1b1c.tar.gz
vdr-plugin-live-323f68b9221a7b6d97a55724ac531f254e4f1b1c.tar.bz2
- First attempt to implement a backward compatible scheme of the new
VDR 1.5.7 localization scheme.
Diffstat (limited to 'i18n.h')
-rw-r--r--i18n.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/i18n.h b/i18n.h
index 14478af..bedba37 100644
--- a/i18n.h
+++ b/i18n.h
@@ -23,7 +23,9 @@ class I18n
I18n& LiveI18n();
+#if VDRVERSNUM < 10507
extern const tI18nPhrase Phrases[];
+#endif
} // namespace vdrlive