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

Select language fixes #11667

Merged
merged 3 commits into from
Jul 19, 2024
Merged

Select language fixes #11667

merged 3 commits into from
Jul 19, 2024

Conversation

DonLakeFlyer
Copy link
Contributor

@DonLakeFlyer DonLakeFlyer commented Jul 8, 2024

There were multiple problem here all star6ing from the fact the we had QLocale::Language ids stored in a json file. This is now set up in code such so that things don't get screwed up. Also added much more validation along the way that the right things are happening.

While testing this I discovered a number of problems with the Chinese json translations where the enum commands which changed to a Chinese char. Hence the string split for them was failing. Luckily most had already been fixed up in Crowdin and I just approved them And then fixed the missing ones.

Closes #11541

This prevent mistakes in the json causing language selection to fail
@DonLakeFlyer DonLakeFlyer merged commit cea2f85 into master Jul 19, 2024
9 checks passed
@DonLakeFlyer DonLakeFlyer deleted the SelectLanguage branch July 19, 2024 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The interface language does not match the selected language
2 participants