Merge pull request #73318 from timothyqiu/locale-list

Fix editor language dropdown incomplete in some locales
This commit is contained in:
Rémi Verschelde 2023-02-15 09:51:01 +01:00
commit 69becc8369
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -384,9 +384,6 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
if (score > 0 && score >= best_score) {
best = locale;
best_score = score;
if (score == 10) {
break; // Exact match, skip the rest.
}
}
}
if (best_score == 0) {