The script in <br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://fedoraproject.org/wiki/DocsProject/Translation/Statistics" target="_blank">http://fedoraproject.org/wiki/DocsProject/Translation/Statistics
</a><br>may not be useful for someone with a slow internet conection.<br>You may use the following script, which should be at the directory where you download the files for translations.<br><br>-----begin postat script -----
<br>#!/bin/bash<br><br>echo "Statistics:"<br><br>for i in \<br>    about-fedora \<br>    homepage \<br>    readme \<br>    readme-burning-isos \<br>    release-notes<br>do<br>    pushd ${i}/devel >/dev/null ; RES=`make postat-$1`; echo "$i-$RES"; popd >/dev/null
<br>done<br><br>------ end postat script ---<br><br>Usage:<br>./postat lc<br>where lc is your locale code.<br>Example, for spanish<br>./postat es<br>The name of the script should not necessarily be postat, it can be whatever you choose.
<br><br>Domingo Becker<br>es<br><br><br>