blob: 2425379fdeb704a3115fe1aed5f8d86b43ad20e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
* i18n.h: Internationalization
*
* See the README file for copyright information and how to reach the author.
*
*/
#ifndef _I18N__H
#define _I18N__H
#include <vdr/i18n.h>
#include <vdr/config.h> // for VDRVERSNUM define only
extern const tI18nPhrase tvoPhrases[];
#endif //_I18N__H
|