From f80ac81e7a467d86ab238b0d61539a2e5ced862b Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt <sascha (at) akv-soft (dot) de> Date: Wed, 3 Jan 2007 15:46:03 +0000 Subject: - added internationalization --- i18n.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 i18n.h (limited to 'i18n.h') diff --git a/i18n.h b/i18n.h new file mode 100644 index 0000000..e5281ed --- /dev/null +++ b/i18n.h @@ -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 -- cgit v1.2.3