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


> If gcc delivers fuzzy
> translations to users, I recommend that this is changed ASAP.

Right. Unfortunately:
  gcc/po> for i in *po ; do echo $i `grep fuzzy $i | wc -l` ; done
  be.po 399
  da.po 325
  de.po 7
  el.po 1114
  es.po 0
  fr.po 366
  ja.po 1280
  nl.po 1432
  sv.po 984
  tr.po 366

> So I revert my earlier acceptance - unless it ignores fuzzy messages, it
> is likely unusable, and should not be automatically invoked by the TP
> robot.

I would be happy if we used msgfmt --check. This does all I want, if we 
disallow fuzzy messages. That's a mighty big task, though.

W.

-------------------------------------------------------------------------
Wolfgang Bangerth              email:            bangerth@ices.utexas.edu
                               www: http://www.ices.utexas.edu/~bangerth/


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