Squeakland Website
 Forum SubscriptionsForum Subscriptions   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Help with EXECUTE QuickGuideGenerator

 
Post new topic   Reply to topic    Squeakland Forum Index -> Etoys Development
View previous topic :: View next topic  
Author Message
olpcpuno
member


Joined: 07 Aug 2009
Posts: 5

PostPosted: Sun Oct 25, 2009 9:26 pm    Post subject: Help with EXECUTE QuickGuideGenerator Reply with quote

Dear friends:

After training teachers in the Peruvian Andes, we realized it was urgent to have the Etoys Help translated into Spanish, then I asked for a help to Kathleen and Rita, they sent me this helpful link

http://wiki.squeakland.org/display/sq/How+to+translate+the+Quick+Guides

Now, I’ve finished translating into Spanish all the Quick Guides, it took a little more time because I remade the images, buttons and objects to show words in Spanish.

I’ve followed all the instructions but I couldn’t EXECUTE the ‘QuickGuideGenerator new openInWorld.’ I’ve opened the WORKSPACE using Alt+k, highlighted the sentence, but I couldn’t find the DO IT command that I always used to do it in Squeak. I am using the ETOYS Squeakland-OLPC version.

Thanks in advance for any help.

Kind regards from Peru

Sdenka Salas
Back to top
View user's profile Send private message
K. K. Subramaniam
Guest





PostPosted: Mon Oct 26, 2009 12:52 am    Post subject: Help to EXECUTE QuickGuideGenerator Reply with quote

On Monday 26 October 2009 06:57:00 am olpcpuno wrote:
Quote:
I’ve followed all the instructions but I couldn’t EXECUTE the
‘QuickGuideGenerator new openInWorld.’ I’ve opened the WORKSPACE using
Alt+k, highlighted the sentence, but I couldn’t find the DO IT command
that I always used to do it in Squeak. I am using the ETOYS
Squeakland-OLPC version.
Press ALT+d to "do it"... Subbu
_______________________________________________
etoys-dev mailing list
etoys-dev@squeakland.org
http://lists.squeakland.org/mailman/listinfo/etoys-dev
Back to top
olpcpuno
member


Joined: 07 Aug 2009
Posts: 5

PostPosted: Fri Oct 30, 2009 7:12 pm    Post subject: Thanks a lot Reply with quote

Dear Subbu:

Thank you very much, I like how this community works when somebody needs help. I finished the translation into Spanish of the Quick Guides. Is there a repository where to put the sept files? or Should I send them to some person in charge to include this files in the next Etoys release?

Warm regards from Peru,

Sdenka
Back to top
View user's profile Send private message
Bert
kahuna


Joined: 12 May 2003
Posts: 1010
Location: Magdeburg, Germany

PostPosted: Fri Oct 30, 2009 7:58 pm    Post subject: Help with EXECUTE QuickGuideGenerator Reply with quote

On 30.10.2009, at 19:12, olpcpuno wrote:

Quote:
Dear Subbu:

Thank you very much, I like how this community works when somebody
needs help. I finished the translation into Spanish of the Quick
Guides. Is there a repository where to put the sept files? or Should
I send them to some person in charge to include this files in the
next Etoys release?

Warm regards from Peru,

Sdenka

Best would be if you create a ticket at

http://tracker.squeakland.org/

and attach a zip of the guides to the ticket.

Thanks!

- Bert -


_______________________________________________
etoys-dev mailing list
etoys-dev@squeakland.org
http://lists.squeakland.org/mailman/listinfo/etoys-dev
Back to top
View user's profile Send private message
Bert
kahuna


Joined: 12 May 2003
Posts: 1010
Location: Magdeburg, Germany

PostPosted: Mon Nov 09, 2009 1:27 pm    Post subject: Help with EXECUTE QuickGuideGenerator Reply with quote

Thanks Sdenka, I already commented on the ticket:

http://tracker.squeakland.org/browse/SQ-555


We still need a way to actually switch between languages, for now there is only the single QuickGuides folder:


http://tracker.squeakland.org/browse/SQ-60

There is indeed some "trouble" with the non-ASCII file names. They are in latin1 I believe. How did you create the zip, and on what system?


But you do not have to re-upload them, I already did that. The following is meant for the other developers Wink


The default unpacker on the Mac creates garbage:


BooksMosaicos-Navegaci¢n.sexp.data.gz


The "unzip" command line tool creates escape sequences:


BooksMosaicos-Navegaci%F3n.sexp.data.gz
With a small script I was able to rename them to utf-8:


BooksMosaicos-Navegación.sexp.data.gz


But I'm not sure this will work across platforms? Maybe we should use utf-8 quoting:


BooksMosaicos-Navegaci%C3%B3n.sexp.data.gz


I uploaded the renamed and quoted guides to the ticket.


Or maybe we do not want to use the file names for the displayed name at all? Maybe we need a text file listing the titles and file names. That might solve the order problem (currently #suggestedOrder is only for English titles).


Currently, replacing the English guides with Sdenka's fails, because #defaultOrderIn: does not deal with the case that none of the guides in #suggestedOrder is found. Easy to fix but then the order is basically random I guess.


Also, not sure about replacing / translating the index.


Would be good if someone could work on this, now that we have translations we should make them available to kids.


- Bert -

On 06.11.2009, at 03:43, OLPC Puno wrote:
Quote:


Dear Bert: I’ve got this key
Key: SQ-555 Type: Improvement Status: Open Priority: Normal Reporter: Sdenka Salas

I uploaded the 62 Quick Guide projects translated into Spanish, I only left the Index file name without translation because is a Stem (its name in Spanish would be “Indice”), but I translated its content.
Tell me if there is any trouble with files using the Spanish Accent and Symbols, like: -BooksMosaicos-Navegación.sexp.data.gz-HaloCentro-de-Rotación.sexp.data.gz-HaloMenú.sexp.data.gz-HaloTamaño-Color-Copiar.sexp.data.gz-MenuAgárrame-Muéstrame.sexp.data.gz-MenuBotón-activa-Guión.sexp.data.gz -MenuPapel-Gráfico.sexp.data.gz-PaintCírculo.sexp.data.gz-PaintLínea-Recta.sexp.data.gz-PaintPolígono.sexp.data.gz-ScriptTileDirección.sexp.data.gz-ScriptTileUbicación.sexp.data.gz-ScriptTileUso-del-Lápiz.sexp.data.gz

The other files, not listed here, shouldn't have any problem.

Kind regards,
Sdenka 2009/10/30 Bert Freudenberg <bert@freudenbergs.de (bert@freudenbergs.de)>
Quote:
On 30.10.2009, at 19:12, olpcpuno wrote:
Quote:
Dear Subbu:Thank you very much, I like how this community works when somebody needs help. I finished the translation into Spanish of the Quick Guides. Is there a repository where to put the sept files? or Should I send them to some person in charge to include this files in the next Etoys release? Warm regards from Peru,Sdenka
Best would be if you create a ticket at http://tracker.squeakland.org/and attach a zip of the guides to the ticket. Thanks!- Bert -

Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Squeakland Forum Index -> Etoys Development All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group