diff options
Diffstat (limited to 'muggle-plugin/i18n.h')
-rw-r--r-- | muggle-plugin/i18n.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/muggle-plugin/i18n.h b/muggle-plugin/i18n.h new file mode 100644 index 0000000..884adc2 --- /dev/null +++ b/muggle-plugin/i18n.h @@ -0,0 +1,16 @@ +/* + * i18n.h: Internationalization + * + * See the README file for copyright information and how to reach the author. + * + * $Id$ + */ + +#ifndef _I18N__H +#define _I18N__H + +// #include <vdr/i18n.h> +#include <i18n.h> + +extern const tI18nPhrase Phrases[]; +#endif //_I18N__H |