-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Mixxx uses german language on macOS despite system language set to english #11195
Comments
There is probably a bug in Qt that is fixed in Qt 6.2 Maybe this one: |
The Qt call and the native getMacLocalName() return the same:
|
I have tried to reproduce the issue on Ubuntu Focal by manual edit the mixxx.cfg to
But it uses English as expected. Please check that as well. |
Additional testing:
Mixxx launches with en UI. |
What does |
Fix assuming wrong system language on macOS, fixes #11195
Fixed by #11218 |
Bug Description
Mixxx 2.4-alpha-1398-g9c4e2f1d1a (main)
macOS 13.1
macOS set to english as primary language with german as secondary language. Region set to germany in case that plays a role, although it shouldn't.
Mixxx set to Language: System
Currently
Mixxx UI is german.
Expected
Mixxx UI should be english since it would be expected for Mixxx to follow system language.
The simple workaround obviously is to just set Mixxx language to english. Still found this to be unexpected behavior and thus reporting.
Version
2.4 alpha
OS
macOS 13.1
The text was updated successfully, but these errors were encountered: