Shoutbox

Error Translate Screenshot Sender 4 4.1.01b - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Error Translate Screenshot Sender 4 4.1.01b (/showthread.php?tid=72740)

Error Translate Screenshot Sender 4 4.1.01b by kaiconan on 03-17-2007 at 11:51 AM

I have difficulties on the translate XML file

I import and use the translate XML it wouldn't show properly.
Seems like having code mistake.

But if I import and use the original XML, it works no problem.

I check though out and compare with two XMLs,
I only notice some of the words are in different language,
but I have not even change any code.

So I report here, wish get helps for fixing problems.

Example File:
The Problem XML file for 4.1.01b Ver


RE: Error Translate Screenshot Sender 4 4.1.01b by Eljay on 03-17-2007 at 11:54 AM

Line 563:

code:
<String Id="Fullscreen_SendParam">{text here}/String>

should be:
code:
<String Id="Fullscreen_SendParam">{text here}</String>

Note the additional "<".
RE: Error Translate Screenshot Sender 4 4.1.01b by kaiconan on 03-17-2007 at 12:34 PM

Thanks for correcting error edit.

Error has been fixed!