Hi all, Thank Nicolas for beeing the ambassador this translation :-) Le Tue, 29 Dec 2009 23:39:39 +0100, Nicolas Sebrecht <nicolas.s.dev@xxxxxx> a écrit : > Hi, > > I may be wrong but I think this patch wasn't merged and I didn't see any > comment on it. > > Could you please merge this patch? > > > -- >8 -- > Subject: [PATCH] gitk: french translation > From: Emmanuel Trillaud <etrillaud@xxxxxxxxx> > > Signed-off-by: Emmanuel Trillaud <etrillaud@xxxxxxxxx> > Signed-off-by: Thomas Moulard <thomas.moulard@xxxxxxxxx> > Signed-off-by: Guy Brand <gb@xxxxxxxxxx> > Signed-off-by: Nicolas Sebrecht <nicolas.s.dev@xxxxxx> > --- [snip] I got the following errors when trying to 'make' gitk with your latest patch : $ LANG=C make Generating catalog po/fr.msg msgfmt --statistics --tcl po/fr.po -l fr -d po/ po/fr.po:23:24: invalid multibyte sequence po/fr.po:23:28: invalid multibyte sequence po/fr.po:23:66: invalid multibyte sequence po/fr.po:27:38: invalid multibyte sequence po/fr.po:31:16: invalid multibyte sequence po/fr.po:31:22: invalid multibyte sequence po/fr.po:36:17: invalid multibyte sequence po/fr.po:36:26: invalid multibyte sequence po/fr.po:36:40: invalid multibyte sequence po/fr.po:36:44: invalid multibyte sequence po/fr.po:37:9: invalid multibyte sequence po/fr.po:46:17: invalid multibyte sequence po/fr.po:46:26: invalid multibyte sequence po/fr.po:46:40: invalid multibyte sequence po/fr.po:46:44: invalid multibyte sequence po/fr.po:46:76: invalid multibyte sequence po/fr.po:51:16: invalid multibyte sequence po/fr.po:51:22: invalid multibyte sequence po/fr.po:63:23: invalid multibyte sequence po/fr.po:63:32: invalid multibyte sequence msgfmt: too many errors, aborting make: *** [po/fr.msg] Error 1 This is obviously an encoding problem. My LANG is 'fr_FR.UTF-8' if it is relevant. The file generate by : iconv --from-code ISO_8859-1 --to-code UTF-8 --output po/fr.po po/fr.po work as expected. Don't the *.po files need to be in utf8? Best regards Emmanuel -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html