How to solve the problem of different order of Badges in different languages

Previously on

I came across a post asking about custom sorting, but it seems there has been no follow-up. I’m not particularly interested in customization myself, because the default scenarios are actually well-implemented. However, there’s something a bit odd: these are 3 types and their respective 3 levels of Badges, but… why isn’t each column a category?

The initial reason for considering this issue might just be my OCD, but from the perspective of the feature’s operational logic, if it were arranged first by level and then by type, the final result should also be a scenario where each column is a category and each row is a level. However, the meta clearly doesn’t show this…

I have the same issue on my self-hosted server as well.


Well, I just didn’t react in time. At the final step, it still sorts based on the name string of the badges…

It’s strange why it doesn’t arrange them according to a fixed ID or internal name, as this causes the Badges to appear in different orders due to translation reasons… :melting_face:

Can this problem be solved?