Tech-FZ / EmuGUI

A QEMU GUI that I made.
https://tech-fz.github.io/EmuGUI-doc/
GNU General Public License v3.0
145 stars 14 forks source link

Added Chinese support #90

Open YanYiGe2023 opened 1 month ago

YanYiGe2023 commented 1 month ago

I know that I can switch the language in the settings, but there is no Chinese option, can I add Chinese support? Or there are similar strings.xml file modifications

Tech-FZ commented 1 month ago

If you want to add Chinese support: https://docs.google.com/document/d/16EgRmR7oZqs8P46xWVLFpF3qQzh6WQOet9Nu5R4qcHw/edit?usp=sharing

I will implement this with the next feature update. Please don't forget to credit yourself below, otherwise I will reset the progress completely.

If you cannot access the document, please tell me and I will try to find a solution. Will that be Traditional or Simplified Chinese?

YanYiGe2023 commented 1 month ago

If you cannot access the document, please tell me and I will try to find a solution. Will that be Traditional or Simplified Chinese?

Simplified Chinese

YanYiGe2023 commented 1 month ago

If you want to add Chinese support: https://docs.google.com/document/d/16EgRmR7oZqs8P46xWVLFpF3qQzh6WQOet9Nu5R4qcHw/edit?usp=sharing

Log in to Google docs and edit directly in the link?

Tech-FZ commented 1 month ago

Log in to Google docs and edit directly in the link?

You already did.

YanYiGe2023 commented 1 month ago

You already did.

Yes, it's up to you next. At 11 o'clock local time, I was going to bed

AurusHuang commented 1 month ago

@Tech-FZ I have added most of the remaining translation, and you can integrate it to your next version. I also suggest using Python's gettext module to manage L10N issues.