already have the po files. Thanks
Please explain your question in more detail.
I want to change the interface to Chinese. My operating system is Windows. I downloaded the file meld.po-ui.main.zh_CN.po
, compiled it into a .mo
file, and placed it in the folder C:\Program Files\Meld\share\locale\zh_CN\LC_MESSAGES
. However, after restarting, it is still in English
Hi,
Meld should automatically detect the current system locale and use it. I suspect it’s set to something it can’t properly recognize…
Can you please try to start cmd.exe
and run:
set LC_ALL=zh_CN.UTF-8
meld.exe