summaryrefslogtreecommitdiff
path: root/i18n.h
blob: c2eecebe58a43e8750247a6e49f8154a2311f444 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 *  $Id: i18n.h,v 1.1 2004/12/30 22:43:58 lordjaxom Exp $
 */
 
#ifndef VDR_STREAMDEV_I18N_H
#define VDR_STREAMDEV_I18N_H

#include <vdr/i18n.h>

extern const char *i18n_name;
extern const tI18nPhrase Phrases[];

#undef tr
#define tr(s) I18nTranslate(s, i18n_name)

#endif // VDR_STREAMDEV_I18N_H