-
-
Notifications
You must be signed in to change notification settings - Fork 523
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
Wrong sorting: list of languages #1497
Comments
I was wrong. Excuse me. There is actually no sorting. Neither by key nor by value. It depends on the list you've add in the config.php. Nevertheless it would be good to sort by the values. |
Please close this |
Why? It's still not sorted. |
... but it is sorted... by the top-down line order (you said this yourself @SebastianBerlin). Line order sorting also gives the Dev much more flexibility than a forced A->Z sort. Sorting by alphabetical would also override to all existing sites which have already set their preferred ordering. |
Well, no.
It's a failure by construction, at least not well-wrought – and that function is necessary.
|
In the list at the sidebar the list is sorted by the key, not the value. An example list from the config.php:
Output will be
...but it should be
So the bug is: It's ordered by the array-key, not the value, which it should. And that's confusing, especially for newbies, who are only editing the text-fields.
The text was updated successfully, but these errors were encountered: