diff options
Diffstat (limited to 'i18n.h')
-rw-r--r-- | i18n.h | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +#ifndef VDR_LIVE_I18N_H +#define VDR_LIVE_I18N_H + +#include <vdr/i18n.h> + +namespace vdrlive { + +extern const tI18nPhrase Phrases[]; + +} // namespace vdrlive + +#endif // VDR_LIVE_I18N_H |