Le vendredi 06 mai 2011 à 16:06 +0200, Thierry Vignaud a écrit : > On 6 May 2011 15:33, <[email protected]> wrote: > > Revision 1122 Author obgr_seneca Date 2011-05-06 15:33:19 +0200 (Fri, 06 May > > 2011) > > > > Log Message > > > > corrected draklive-install.pot to pass msgfmt -c > > Please stop doing that. > the pot file isn't supposed to pass msgfmt -c. > Only *.po are supposed to.
Speaking of that : /rpmdrake/po $ (for i in *po ; do msgfmt -c $i 2>&1 ; done; ) | wc -l 85 So I had to disable the check of msgfmt on .po in svn. That's mainly on : af.po:2271: number of format specifications in 'msgid_plural' and 'msgstr[1]' does not match msgfmt: 1 erreur fatale trouvée -- Michael Scherer
