Richard Heck wrote: > On 04/05/2011 06:43 PM, Pavel Sanda wrote: >> Richard Heck wrote: >>> Pavel, >>> >>> You can now do: >>> ./pocheck.pl -a *.po >>> to check only for argument problems, etc. >> chmm, can we ignore fuzzy messages? >> > I would suppose, though probably one doesn't want to do so for the > arguments. How are these marked?
fuzzy messages have 'fuzzy' string just above msgid, secondly unstranslated have msgstr empty. both are useless to check and one can't run ./pocheck.pl -a *.po since most of reports are false. pavel