<div dir="ltr">Hi Tom, All<div><br></div><div>Yeah, like that we can sort of get the numbers for the next changes as long as they are not concurrent, and if we fail to gather data for some time we miss it. Anyway, better this than no data from the current efforts.</div>

<div><br></div><div>However as important as the new translations are the ones already translated, and those will be missed until Tx come up with the improved API for us. <br></div><div><br></div><div>I asked again about the statistics on twitter and no answer :/. </div>

<div><br></div><div>Still thinking about it.<br></div><div><br></div><div>Thanks,</div><div>Gabriel</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Oct 7, 2013 at 4:37 AM, Tom Fifield <span dir="ltr"><<a href="mailto:tom@openstack.org" target="_blank">tom@openstack.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<div class="im"><br>
<br>
On 31/07/13 11:33, Gabriel Wainer wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
ACTION: gabrielcw to take a look at Transifex API to see if it's able to<br>
get the translators information.<br>
<br></div><div class="im">
So I asked their help desk about what we want, and happily they will<br>
soon be rolling out support for that:<br>
<br>
<a href="http://support.transifex.com/customer/portal/questions/1326867-translators-statistics" target="_blank">http://support.transifex.com/<u></u>customer/portal/questions/<u></u>1326867-translators-statistics</a><br>
<br>
In fact, by the answer it should be already available but is not.<br>
<br>
I will keep an eye on that, and let you know!<br>
</div></blockquote>
<br>
It's been several months with no followup from Transifex. So, I don't think we can expect any assistance from them.<br>
<br>
I can propose a DIY/hack solution, using this:<div class="im"><br>
<br>
> I searched the API docs and as Daisy and Katomo mentioned in the last<br>
> meeting, there's the API to retrieve some information for projects, but<br>
> not yet for translators work.<br>
><br>
> <a href="http://help.transifex.com/features/api/#statistics" target="_blank">http://help.transifex.com/<u></u>features/api/#statistics</a><br>
<br>
<br></div>
This is an example of what we get out of that API:<br>
curl ... -X GET <a href="http://www.transifex.com/api/2/project/horizon/resource/openstack-dashboard-translations/stats/es/" target="_blank">http://www.transifex.com/api/<u></u>2/project/horizon/resource/<u></u>openstack-dashboard-<u></u>translations/stats/es/</a><br>


....<br>
{<br>
    "reviewed_percentage": "83%",<br>
    "completed": "99%",<br>
    "untranslated_words": 45,<br>
    "last_commiter": "ritchey98",<br>
    "reviewed": 1373,<br>
    "translated_entities": 1648,<br>
    "translated_words": 7603,<br>
    "last_update": "2013-10-02 16:40:06",<br>
    "untranslated_entities": 3<br>
}<br>
<br>
<br>
In theory, if we run this command every minute or so, we can:<br>
1. look at the translated_words and translated_entities or reviewed<br>
2. if they have changed (increased), it was because last_commiter did a translation<br>
<br>
It's ugly, because we need to continually run this to gather the data.<br>
<br>
However, this way we can gather statistics on how many strings/words are translated by whom.<br>
<br>
Thoughts?<br>
<br>
Regards,<br>
<br>
<br>
Tom<br>
<br>
______________________________<u></u>_________________<br>
Openstack-i18n mailing list<br>
<a href="mailto:Openstack-i18n@lists.openstack.org" target="_blank">Openstack-i18n@lists.<u></u>openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-i18n" target="_blank">http://lists.openstack.org/<u></u>cgi-bin/mailman/listinfo/<u></u>openstack-i18n</a><br>
</blockquote></div><br></div>