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 <pet...@redhat.com> >> CC: Fam Zheng <f...@redhat.com> >> Signed-off-by: Wei Huang <w...@redhat.com> > > Reviewed-by: Peter Xu <pet...@redhat.com> > > 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 >