All of lore.kernel.org
 help / color / mirror / Atom feed
From: Emmanuel Trillaud <etrillaud@gmail.com>
To: Nicolas Sebrecht <nicolas.s.dev@gmx.fr>
Cc: Paul Mackerras <paulus@samba.org>,
	Maximilien Noal <noal.maximilien@gmail.com>,
	Matthieu Moy <Matthieu.Moy@grenoble-inp.fr>,
	Nicolas Pitre <nico@fluxnic.net>,
	Git Mailing List <git@vger.kernel.org>,
	Thomas Moulard <thomas.moulard@gmail.com>,
	Junio C Hamano <gitster@pobox.com>, Guy Brand <gb@unistra.fr>
Subject: Re: [RESEND PATCH] french translation of gitk
Date: Fri, 8 Jan 2010 14:22:18 +0100	[thread overview]
Message-ID: <20100108142218.386bf6a2@eleanor> (raw)
In-Reply-To: <20091229223758.GB12965@vidovic>

Hi all, 
Thank Nicolas for beeing the ambassador this translation :-)

Le Tue, 29 Dec 2009 23:39:39 +0100,
Nicolas Sebrecht <nicolas.s.dev@gmx.fr> 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@gmail.com>
> 
> Signed-off-by: Emmanuel Trillaud <etrillaud@gmail.com>
> Signed-off-by: Thomas Moulard <thomas.moulard@gmail.com>
> Signed-off-by: Guy Brand <gb@unistra.fr>
> Signed-off-by: Nicolas Sebrecht <nicolas.s.dev@gmx.fr>
> ---
[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

  reply	other threads:[~2010-01-08 13:26 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-06 14:05 gitk : french translation Emmanuel Trillaud
2009-11-06 18:16 ` Thomas Moulard
2009-11-06 20:59   ` Emmanuel Trillaud
2009-11-07  2:54     ` Nicolas Sebrecht
2009-11-08 12:33       ` Matthieu Moy
2009-11-09  1:30         ` Nicolas Pitre
2009-11-09  8:39           ` [OT] " Matthieu Moy
2009-11-09  9:24             ` Maximilien Noal
2009-11-08 17:55       ` Emmanuel Trillaud
2009-11-08 21:41         ` Nicolas Sebrecht
2009-11-08 23:11           ` Maximilien Noal
2009-11-08 23:15             ` Maximilien Noal
2009-11-09  1:24             ` Nicolas Sebrecht
2009-11-10 17:45 ` Emmanuel Trillaud
2009-11-10 21:02   ` Nicolas Sebrecht
2009-11-11  0:10   ` Nicolas Sebrecht
2009-11-11 14:15     ` Thomas Moulard
2009-11-11 16:59       ` Nicolas Sebrecht
2009-11-11 17:10       ` Emmanuel Trillaud
2009-11-19 19:47     ` Emmanuel Trillaud
2009-11-19 20:01       ` Emmanuel Trillaud
2009-11-19 21:23         ` [PATCHv4] gitk " Emmanuel Trillaud
2009-11-19 23:57           ` [PATCHv4] " Nicolas Sebrecht
2009-11-20  0:28             ` Emmanuel Trillaud
2009-12-02 10:24     ` gitk : " Emmanuel Trillaud
     [not found]       ` <c558c59b3fe779e8577fe06233d3da5d2711127f.1259795550.git.ni.s@laposte.net>
2009-12-29 22:39         ` [RESEND PATCH] french translation of gitk Nicolas Sebrecht
2010-01-08 13:22           ` Emmanuel Trillaud [this message]
2010-01-12 11:21             ` Paul Mackerras
2010-01-12 13:02               ` Emmanuel Trillaud
2010-01-28 13:23                 ` Emmanuel Trillaud
2009-11-10 18:05 ` gitk : french translation Emmanuel Trillaud
2009-11-10 20:47   ` Nicolas Sebrecht
2009-11-11  1:10     ` Emmanuel Trillaud

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100108142218.386bf6a2@eleanor \
    --to=etrillaud@gmail.com \
    --cc=Matthieu.Moy@grenoble-inp.fr \
    --cc=gb@unistra.fr \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=nico@fluxnic.net \
    --cc=nicolas.s.dev@gmx.fr \
    --cc=noal.maximilien@gmail.com \
    --cc=paulus@samba.org \
    --cc=thomas.moulard@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.