summaryrefslogtreecommitdiff
path: root/i18n.cpp
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-07-19 21:19:44 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-07-19 21:19:44 +0000
commitb40d2c550444c61c25a1c2ec2dbd472dd11d2b62 (patch)
tree9e6f69e97ab8a44f037add988f3c80b1c408fec8 /i18n.cpp
parent0ff607eb3b557f24f1e173be00323d89068df662 (diff)
downloadvdr-plugin-live-b40d2c550444c61c25a1c2ec2dbd472dd11d2b62.tar.gz
vdr-plugin-live-b40d2c550444c61c25a1c2ec2dbd472dd11d2b62.tar.bz2
- added support for sending vdr's internally used character encoding in responses
Diffstat (limited to 'i18n.cpp')
-rw-r--r--i18n.cpp8
1 files changed, 7 insertions, 1 deletions
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",