This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Checking format specifiers


On Tue, 22 Jul 2003, Wolfgang Bangerth wrote:

> Now running this script against all the translation we have yields
>   gcc/po> for i in *po ; do echo $i `cat $i | perl x.pl | wc -l` ; done
>   be.po 470
>   da.po 255
>   de.po 15
>   el.po 1680
>   es.po 10
>   fr.po 255
>   ja.po 1905
>   nl.po 1830
>   sv.po 1415
>   tr.po 245
> Each error is 5 lines, so we have between 2 and 381 errors in each of the 
> translation (at least -- these are only errors in the number of % signs, not 
> counting wrong formats or wrong order of formats!). So much, I guess about 
> msgfmt --check...

Please run this against the current 3.3 translations from the Translation
Project site and send the error reports to the relevant language teams.  
That way they can get to work on fixing the problems immediately (they'll
need to fix them manually at some point anyway), and some of the fixes
might even get into 3.3.1.  <http://gcc.gnu.org/translation.html> has
information on the TP site and contacting language teams.

-- 
Joseph S. Myers
jsm@polyomino.org.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]