[mythtv] Translation of uPnP root info

Daan de Beer mythdev at tiscali.nl
Wed Dec 5 09:23:12 UTC 2007


I would like to make a patch to translate the strings returned by the uPnP 
server. 

Like in upnpcdsmusic.cpp there is the following code:

UPnpCDSRootInfo UPnpCDSMusic::g_RootNodes[] =
{
    {   "All Music",
        "*",
        "SELECT song_id as id, "
          "name, "
          "1 as children "
            "FROM music_songs song "
            "%1 "
            "ORDER BY name",
        "" },


I would like to translate the "All Music" to my language "Alle Muziek".

How would I have to start to implement this? Could somebody please give me a 
hint on how to do this. I have the C++ skills, but I would like to find out 
how it needs to be handled in MythTV.

Regards,

Daan de Beer


More information about the mythtv-dev mailing list