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

Reduce the locale drop down in configuration to a fixed list #5133

Merged
merged 5 commits into from
Nov 19, 2023

Conversation

danieljohnson2
Copy link
Contributor

@danieljohnson2 danieljohnson2 commented Nov 15, 2023

This replaces the drop down of locales with a much shorter, fixed list:
image

The old locale list was enormous, and not very user-friendly. This is a fixed list, including the languages we have translations for in Lutris itself, except Arabic; I don't know what language code to use for that.

Also, the PR throws in Japanese. You know why.

We have been seeing crashes on KDE Plasma that seems to be caused by the big locale list somehow- I hope this will eliminate that crash.

Resolves #5092

Do not load the installed locales at all; it seems to crash on KDE Plasma.

Resolves #5092
…o it works better with a default that has an alias.

In particular, if the selected value is on the drop-down list, we need to select it by ID, and then the alias will appear.
@danieljohnson2 danieljohnson2 merged commit 2f01551 into master Nov 19, 2023
@danieljohnson2 danieljohnson2 deleted the dj/fewer_locales branch November 19, 2023 10:23
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.

Lutris 0.5.14 sometimes crashes when accessing Settings > Global options
1 participant