<div dir="ltr">Sorry for not reply before, I am dumped with work.<div>If you only need update the translations, and do not plan do bug fixing or implement features,</div><div>just clone the repositories and work in your cloned repo.</div>
<div>I currently maintain <span style="font-family:arial,sans-serif;font-size:13.333333969116211px">Jukebox, </span><span style="font-family:arial,sans-serif;font-size:13.333333969116211px">Paint, </span><span style="font-family:arial,sans-serif;font-size:13.333333969116211px">Read and </span><span style="font-family:arial,sans-serif;font-size:13.333333969116211px">Write, feel free to do it with these activities.</span></div>
<div><span style="font-family:arial,sans-serif;font-size:13.333333969116211px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13.333333969116211px">Gonzalo</span></div><div><br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Sun, Oct 20, 2013 at 4:51 AM, Sebastian Silva <span dir="ltr"><<a href="mailto:sebastian@fuentelibre.org" target="_blank">sebastian@fuentelibre.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi!<br>
<br>
I'm writing to you because you are currently listed as author of one of the following Sugar Activities:<br>
<br>
Browse<br>
Chart<br>
Implode<br>
Jukebox<br>
Paint<br>
Read<br>
Terminal<br>
Write<br>
<br>
All of these have gotten translated into Aymara and Quechua, native languages spoken by hundreds of thousands of people in Peru, whose children got XO laptops.<br>
<br>
Now what these activities have in common is that they have moved on to Gtk3 and thus translations from pootle don't get released into Gtk2 compatible versions, that are compatible with Sugar 0.94.<br>
<br>
I've researched a simple process to merge translations into these legacy versions (posted at the bottom of this email), but I will need help from you getting them into ASLO, for I have not the privileges to do so.<br>

<br>
Please let me know if you are willing to do this yourself, or would like me to provide patches, create merge requests, ready-to-upload .xo bundles, or grant privileges to release to ASLO for you.<br>
<br>
Manuq for example has asked for merge requests for Browse so that he will release Browse 129.1 with these translations.<br>
<br>
I look forward to your response.<br>
<br>
If I don't get a response in a week or so I will begin asking the Sugar Labs infrastructure team to give me relevant privileges to release the bundles myself.<br>
<br>
Thanks in advance for your helpfulness in allowing the children of my country to experience the benefits of software freedom, such as being able to localize their software and in this simple way, give value to their own cultures.<br>

<br>
Best regards,<br>
Sebastian<br>
PS: Procedure as applied for Browse:<br>
# To be done within a clone of git://<a href="http://git.sugarlabs.org/browse/mainline.git" target="_blank">git.sugarlabs.org/<u></u>browse/mainline.git</a><br>
<br>
# Get v129<br>
git checkout v129<br>
<br>
# Get updated translation from HEAD<br>
git checkout origin/HEAD po/ayc.po<br>
<br>
# Merge translations with proper template for this version<br>
msgmerge po/ayc.po po/Browse.pot -o po/ayc.po<br>
<br>
# Use your favourite text editor to bump version of activity/<a href="http://activity.info" target="_blank">activity.info</a><br>
<br>
# Add and commit<br>
git add po/ayc.po<br>
git commit -m "backport ayc translation"<br>
git add activity/<a href="http://activity.info" target="_blank">activity.info</a><br>
git commit -m "bump v129.1"<br>
<br>
# Tag new version<br>
git tag v129.1<br>
<br>
# Make bundle (I like this way, or use setup.py from within Sugar 0.94)<br>
sweets dist_xo<br>
<br>
</blockquote></div><br></div>