[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH for 2.8 2/2] Added Traditional Chinese translati
From: |
Wei Huang |
Subject: |
Re: [Qemu-devel] [PATCH for 2.8 2/2] Added Traditional Chinese translation |
Date: |
Wed, 21 Sep 2016 21:44:03 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 |
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 <address@hidden>
>> CC: Fam Zheng <address@hidden>
>> Signed-off-by: Wei Huang <address@hidden>
>
> Reviewed-by: Peter Xu <address@hidden>
>
> 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
>