Duplicated Language Entry Chinese(Taiwan)

Bug #1837663 reported by Daniel Schürmann
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mixxx
In Progress
Low
Daniel Schürmann

Bug Description

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>

Revision history for this message
Daniel Schürmann (daschuer) wrote :

Both strings are actually pure Big5 characters ..

Revision history for this message
Daniel Schürmann (daschuer) wrote :

The Big5 extension is not supported by QLocal. I have prepared a PR that removes Big5.
https://github.com/mixxxdj/mixxx/pull/4785

Changed in mixxx:
status: New → Confirmed
status: Confirmed → In Progress
importance: Undecided → Low
assignee: nobody → Daniel Schürmann (daschuer)
milestone: none → 2.4.0
Revision history for this message
Swiftb0y (swiftb0y) wrote :

Mixxx now uses GitHub for bug tracking. This bug has been migrated to:
https://github.com/mixxxdj/mixxx/issues/9702

lock status: Metadata changes locked and limited to project staff
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.