diff options
author | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-02-12 09:49:39 +0000 |
---|---|---|
committer | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-02-12 09:49:39 +0000 |
commit | db94d2939c104c9203178df1ba67b18eeaf43bd8 (patch) | |
tree | 249666ae1dd78041c105544df52f9106972b6052 /muggle.c | |
parent | e6f6f469a43e72bed319c3d88f4c1420509532fb (diff) | |
download | vdr-plugin-muggle-db94d2939c104c9203178df1ba67b18eeaf43bd8.tar.gz vdr-plugin-muggle-db94d2939c104c9203178df1ba67b18eeaf43bd8.tar.bz2 |
use po files for internationalisation, starting with
translations in german and french
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1025 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle.c')
-rw-r--r-- | muggle.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -80,7 +80,6 @@ bool mgMuggle::Initialize (void) bool mgMuggle::Start (void) { // Start any background activities the plugin shall perform. - RegisterI18n (Phrases); return true; } |