Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chinese lang filename not match the sources code and some translations wrong #159

Open
Himmelt opened this issue Aug 16, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Himmelt
Copy link

Himmelt commented Aug 16, 2023

Describe the bug

Chinese Simplified lang file should be "zh-cn"/"zh_cn"/"zh_CN" but actual is "qt_zh_TW".
And some translations was wrong with 1.1.7. For example, "Quit" should be "退出" but atual is "辞职", "Setup" should be "设置" but actual is "体系". However , I found it's right in sources code at

<message>
<source>Quit</source>
<translation>退出</translation>
</message>

<message>
<source>Setup</source>
<translation>设置</translation>
</message>

So, just needs updating ?

Screenshots




@Himmelt Himmelt added the bug Something isn't working label Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants