From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cHC6b-0003Qc-E4 for qemu-devel@nongnu.org; Wed, 14 Dec 2016 11:08:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cHC6Y-0001Wy-91 for qemu-devel@nongnu.org; Wed, 14 Dec 2016 11:08:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39282) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cHC6Y-0001Wb-3V for qemu-devel@nongnu.org; Wed, 14 Dec 2016 11:08:30 -0500 Date: Wed, 14 Dec 2016 17:08:27 +0100 From: Kevin Wolf Message-ID: <20161214160827.GA3872@noname.str.redhat.com> References: <20161214144713.11009-1-stefanha@redhat.com> <22da7375-6a66-0340-4208-b4d04b5ce49f@vivier.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH for-2.8] po: add missing translations in de, fr, it, zh List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Laurent Vivier , Stefan Hajnoczi , qemu-devel , Fam Zheng , Pino Toscano Am 14.12.2016 um 16:58 hat Stefan Hajnoczi geschrieben: > On Wed, Dec 14, 2016 at 3:41 PM, Laurent Vivier wro= te: > > Le 14/12/2016 =E0 15:47, Stefan Hajnoczi a =E9crit : > >> There are missing translations for the new "Copy" menu item. > >> > >> The following people provided them to me on IRC just in time for the > >> QEMU 2.8 release: > >> > >> * de_DE - Stefan Hajnoczi > >> * fr_FR - Laurent Vivier > >> * it - Pino Toscano > >> * zh_CN - Fam Zheng > >> > >> Reported-by: Kevin Wolf > >> Cc: Fam Zheng > >> Cc: Pino Toscano > >> Cc: Laurent Vivier > >> Signed-off-by: Stefan Hajnoczi > > > > "Copier" is OK now, but it seems we have some problems with the accen= ts. > > I don't know why. >=20 > It could be an email encoding issue. On disk I see the proper UTF-8 ch= aracters. >=20 > You could try my git branch to avoid email issues: > https://github.com/stefanha/qemu/tree/missing-translations-2.8 IIRC, it's actually a known problem with not consistently using a UTF-8 locale, and we avoid changing some locale categories because that would break things like floating point representation in JSON (because printf might end up using comma as the decimal separator). Kevin