From b40d2c550444c61c25a1c2ec2dbd472dd11d2b62 Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Thu, 19 Jul 2007 21:19:44 +0000 Subject: - added support for sending vdr's internally used character encoding in responses --- i18n.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'i18n.cpp') diff --git a/i18n.cpp b/i18n.cpp index 0806faf..b6a374e 100644 --- a/i18n.cpp +++ b/i18n.cpp @@ -4,7 +4,7 @@ extended version of i18n.cpp. (If you would like to submit a patch add more context like described below) - $Id: i18n.cpp,v 1.96 2007/07/18 23:48:14 tadi Exp $ + $Id: i18n.cpp,v 1.97 2007/07/19 21:19:44 lordjaxom Exp $ Note to developers: How to safely integrate translations from third parties: @@ -30,6 +30,12 @@ namespace vdrlive { +I18n& LiveI18n() +{ + static I18n instance; + return instance; +} + const tI18nPhrase Phrases[] = { { "Live Interactive VDR Environment", "Live Interactive VDR Environment", -- cgit v1.2.3