Re: [Sugar-devel] Localizing OLPC Android Apps

2014-01-15 Thread samy (free)
Hi, > Date: Wed, 15 Jan 2014 12:04:54 -0500 > From: Mike Lee > To: Chris Leonard > Cc: Sugar Devel > Subject: Re: [Sugar-devel] Localizing OLPC Android Apps > Message-ID: > > Content-Type: text/plain; charset=ISO-8859-1 > > Thanks Chris. > > Most of what is on the XO Tablet is closed s

Re: [Sugar-devel] Localizing OLPC Android Apps

2014-01-15 Thread Mike Lee
Thanks Chris. Most of what is on the XO Tablet is closed source, including the launcher. So I guess closed source app developers will need to use a paid service like https://poeditor.com/ Mike On Wed, Jan 15, 2014 at 11:35 AM, Chris Leonard wrote: > There is a tool called android2po > > http

Re: [Sugar-devel] Localizing OLPC Android Apps

2014-01-15 Thread Chris Leonard
There is a tool called android2po https://github.com/miracle2k/android2po That converts between Android resource files and gettext PO files. We would be more than happy to host any Open Source (Sugar Labs / OLPC) related files on Pootle. If the software is not open source, it would be incompati

Re: [Sugar-devel] Does it make sense to have Activities copy text to the clipboard?

2014-01-15 Thread James Simmons
I'm using Fedora 20 and the version of sugar-runner that ships with that. I'm modifying the Gtk3 versions of the code that Aneesh Dogra did for last year's GCI. It doesn't sound like Sugar is the issue here. James Simmons On Wed, Jan 15, 2014 at 5:07 AM, Gonzalo Odiard wrote: > What version of

Re: [Sugar-devel] Does it make sense to have Activities copy text to the clipboard?

2014-01-15 Thread James Simmons
The code for the Activity is here: http://git.sugarlabs.org/myo-sugar-activities-examples/mainline/blobs/master/Add_Refinements_gtk3/ReadEtextsActivity2.py The code being executed is: def edit_toolbar_copy_cb(self, button): textbuffer = self.textview.get_buffer() begin, end = tex

Re: [Sugar-devel] Does it make sense to have Activities copy text to the clipboard?

2014-01-15 Thread Gonzalo Odiard
What version of Sugar are you using? The clipboard should continue working as you describe. Gonzalo On Tue, Jan 14, 2014 at 8:20 PM, James Simmons wrote: > GCI has come and gone and none of my MYOSA tasks got done so I decided > that if I'm going to get a GCI T-shirt this year I'd better do so