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 &quot;Statistics:&quot;<br><br>for i in \<br>&nbsp;&nbsp;&nbsp; about-fedora \<br>&nbsp;&nbsp;&nbsp; homepage \<br>&nbsp;&nbsp;&nbsp; readme \<br>&nbsp;&nbsp;&nbsp; readme-burning-isos \<br>&nbsp;&nbsp;&nbsp; release-notes<br>do<br>&nbsp;&nbsp;&nbsp; pushd ${i}/devel &gt;/dev/null ; RES=`make postat-$1`; echo &quot;$i-$RES&quot;; popd &gt;/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>