On 06/12/07 22:54, [EMAIL PROTECTED] wrote:
> Hi,
> please try both patches together.
> I have also problems after ma first patch with softdevice translations,
> but now with Christian's patch is OK.

I haven't had much time to look into this, yet,
but I believe the attached patch should be all it takes
to fix this.

Can you please try this one?

Klaus
--- i18n.c	2007/06/09 08:44:54	1.294
+++ i18n.c	2007/06/12 21:31:19
@@ -6851,7 +6851,8 @@
                    return t;
                 }
              }
-         p = Phrases;
+         p = OriginalPhrases = Phrases;
+         ConvertedPhrases = &Converted;
          }
      esyslog("%s%sno translation found for '%s' in language %d (%s)", Plugin ? Plugin : "", Plugin ? ": " : "", s, Setup.OSDLanguage, Phrases[0][Setup.OSDLanguage]);
      }
_______________________________________________
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Reply via email to