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

Duplicated Language Entry Chinese(Taiwan) #9702

Closed
mixxxbot opened this issue Aug 23, 2022 · 2 comments
Closed

Duplicated Language Entry Chinese(Taiwan) #9702

mixxxbot opened this issue Aug 23, 2022 · 2 comments
Labels
Milestone

Comments

@mixxxbot
Copy link
Collaborator

Reported by: daschuer
Date: 2019-07-23T20:26:42Z
Status: In Progress
Importance: Low
Launchpad Issue: lp1837663


Chinese(Taiwan)is listed twice in the language selection form.
It is because we ship mixxx_zh_TW.qm and mixxx_zh_TW.Big5.qm

Qt uses always Utf16 so there is point in distinguish Big5 (Traditional) from GB2312 (simplified)

I think in general we should only support region depending variants:
zh_CN for Chinese (China) simplified
zh_TW for Chinese (Taiwan) traditional

and delete all encoding related variants from Transifex. This are
Chinese (zh)
Chinese (China) (GB2312) (zh_CN.GB2312)
Chinese (Taiwan) (Big5) (zh_TW.Big5)
Chinese Simplified (zh-Hans)
Chinese Traditional (zh-Hant)

Except of zh_TW.Big5 (15%) all have 0 % progress.

Unfortunately the translations of zh_TW and zh_TW.Big5 do not match. For example:

<source>Add to Quick Links</source>
<translation>添加到快速連結</translation> (Big5)
<translation>加入快速鏈結</translation>
@mixxxbot
Copy link
Collaborator Author

Commented by: daschuer
Date: 2019-07-23T21:38:51Z


Both strings are actually pure Big5 characters ..

@mixxxbot mixxxbot added the bug label Aug 23, 2022
@mixxxbot
Copy link
Collaborator Author

Commented by: daschuer
Date: 2022-06-05T09:57:23Z


The Big5 extension is not supported by QLocal. I have prepared a PR that removes Big5.
#4785

@mixxxbot mixxxbot transferred this issue from another repository Aug 24, 2022
@mixxxbot mixxxbot added this to the 2.4.0 milestone Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants