diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-07-19 21:19:44 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-07-19 21:19:44 +0000 |
commit | b40d2c550444c61c25a1c2ec2dbd472dd11d2b62 (patch) | |
tree | 9e6f69e97ab8a44f037add988f3c80b1c408fec8 /i18n.cpp | |
parent | 0ff607eb3b557f24f1e173be00323d89068df662 (diff) | |
download | vdr-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.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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", |