<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.10.1">
</HEAD>
<BODY>
Hello,<BR>
<BR>
I saw Kim said about Squeakpolis.<BR>
I have just uploaded this:<BR>
<A HREF="http://squeak.educarex.es/Squeakpolis/uploads/48/EducarexOriginal.changes.zip">http://squeak.educarex.es/Squeakpolis/uploads/48/EducarexOriginal.changes.zip</A><BR>
<A HREF="http://squeak.educarex.es/Squeakpolis/uploads/48/EducarexOriginal.image.zip">http://squeak.educarex.es/Squeakpolis/uploads/48/EducarexOriginal.image.zip</A><BR>
very similar, it could be useful.<BR>
<BR>
And that is (tak 12/26/2004 12:10 · private):<BR>
<BLOCKQUOTE>
<FONT SIZE="2"><B>checkSpanishPhrase: phraseString translation: translationString </B></FONT><BR>
<FONT SIZE="2">"check the translation an aswer a string with a comment or a </FONT><BR>
<FONT SIZE="2">nil meaning no-comments"</FONT><BR>
<FONT SIZE="2">| superResult |</FONT><BR>
<FONT SIZE="2">superResult := self checkPhrase: phraseString translation: translationString.</FONT><BR>
<FONT SIZE="2">superResult isNil</FONT><BR>
<FONT SIZE="2">ifFalse: [^ superResult].</FONT><BR>
<FONT SIZE="2">"For some reason, MCInstaller couldn't read Spanish</FONT><BR>
<FONT SIZE="2">character. "</FONT><BR>
<FONT SIZE="2">"((translationString withBlanksTrimmed includes: $?)</FONT><BR>
<FONT SIZE="2">and: [(translationString withBlanksTrimmed includes: $é…)</FONT><BR>
<FONT SIZE="2">not]) ifTrue: [^ 'é…OlvidƧ el signo de pregunta?'].</FONT><BR>
<FONT SIZE="2">((translationString withBlanksTrimmed includes: $!)</FONT><BR>
<FONT SIZE="2">and: [(translationString withBlanksTrimmed includes: $éÄ)</FONT><BR>
<FONT SIZE="2">not]) ifTrue: [^ 'é…OlvidƧ el signo de admiraciƧn?']</FONT><BR>
<FONT SIZE="2">"</FONT><BR>
<FONT SIZE="2">^ nil</FONT><BR>
</BLOCKQUOTE>
<BR>
<FONT COLOR="#000000">Message: 3</FONT>
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Date: Wed, 28 Nov 2007 16:28:59 -0800</FONT>
<FONT COLOR="#000000">From: Yoshiki Ohshima <<A HREF="mailto:yoshiki@vpri.org">yoshiki@vpri.org</A>></FONT>
<FONT COLOR="#000000">Subject: [Etoys] LanguageEditor>>checkSpanishPhrase:translation:</FONT>
<FONT COLOR="#000000">To: "<A HREF="mailto:etoys@lists.laptop.org">etoys@lists.laptop.org</A>" <<A HREF="mailto:etoys@lists.laptop.org">etoys@lists.laptop.org</A>></FONT>
<FONT COLOR="#000000">Message-ID: <<A HREF="mailto:umysxopx0.wl%yoshiki@vpri.org">umysxopx0.wl%yoshiki@vpri.org</A>></FONT>
<FONT COLOR="#000000">Content-Type: text/plain; charset=US-ASCII</FONT>
<FONT COLOR="#000000"> Hello Spanish speaking Etoys developers,</FONT>
<FONT COLOR="#000000"> It appears that some methods with latin1 characters got messed up</FONT>
<FONT COLOR="#000000">over the years (possibly when going through Monticello, for some</FONT>
<FONT COLOR="#000000">instances). Most of them I can fix, but there is one method I'd like</FONT>
<FONT COLOR="#000000">to get some suggestions from Spanish speaking people.</FONT>
<FONT COLOR="#000000"> Please take a look at</FONT>
<FONT COLOR="#000000">LanguageEditor>>checkSpanishPhrase:translation:. Can anybody edit the</FONT>
<FONT COLOR="#000000">method to make it look ok? Seemingly it was trying to warn the</FONT>
<FONT COLOR="#000000">LanguageEditor user when a phrase doesn't have a matching ? and</FONT>
<FONT COLOR="#000000">inverted ?, or ! and inverted !.</FONT>
<FONT COLOR="#000000"> As you see, it is in a comment and not used (and will not be used)</FONT>
<FONT COLOR="#000000">anymore so there is no real reason to fix it, but I thought it is nice</FONT>
<FONT COLOR="#000000">anyway.</FONT>
<FONT COLOR="#000000"> Thank you!</FONT>
<FONT COLOR="#000000">-- Yoshiki</FONT>
<FONT COLOR="#000000">P.S.</FONT>
<FONT COLOR="#000000"> I looked at a Smallland image based on 3.8, but I don't have the</FONT>
<FONT COLOR="#000000">.changes for the image. So I cannot see comments...</FONT>
<FONT COLOR="#000000">P.P.S.</FONT>
<FONT COLOR="#000000"> Now small-land.org seems to be grabbed. What is the best place now?</FONT>
</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>