From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36242) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmtze-0004Gy-UJ for qemu-devel@nongnu.org; Wed, 21 Sep 2016 22:44:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmtza-00071D-Q3 for qemu-devel@nongnu.org; Wed, 21 Sep 2016 22:44:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53184) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmtza-00070e-It for qemu-devel@nongnu.org; Wed, 21 Sep 2016 22:44:06 -0400 References: <1474475244-28151-1-git-send-email-wei@redhat.com> <1474475244-28151-2-git-send-email-wei@redhat.com> <20160922023417.GL5134@pxdev.xzpeter.org> From: Wei Huang Message-ID: Date: Wed, 21 Sep 2016 21:44:03 -0500 MIME-Version: 1.0 In-Reply-To: <20160922023417.GL5134@pxdev.xzpeter.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for 2.8 2/2] Added Traditional Chinese translation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Xu Cc: qemu-devel@nongnu.org, peter.maydell@linaro.org, famz@redhat.com On 09/21/2016 09:34 PM, Peter Xu wrote: > On Wed, Sep 21, 2016 at 11:27:24AM -0500, Wei Huang wrote: >> Add Traditional Chinese (zh_TW) translation to QEMU. The translations >> use other virt software, such as virt-manger, as references. >> >> CC: Peter Xu >> CC: Fam Zheng >> Signed-off-by: Wei Huang > > Reviewed-by: Peter Xu > > So we are using traditional Chinese? That's fine to me though. :) > > How can I try it? I tried to: > > $ LANG="zh_CN.UTF-8" $QEMU_CMDLINE > > But what I see is still "???" on all the buttons. I must have missed > some steps here. The language will be picked up automatically based on locale setting. I saw QEMU is missing zh_TW and just went ahead to add it. What you did is right, but there is a bug in QEMU. You can apply the patch in https://patchwork.ozlabs.org/patch/558872/ and revert 2cb5d2a4 to display the characters correctly. -Wei > > Thanks, > > -- peterx >