Be able to sort category labels alphabetically according to language
A
Arnaud Schmitt
When the labels of a category are translated and displayed in alphabetical order in the sidebar, the order in the locals becomes false because it remains based on the initial order of the source language.
You should be able to display categories in an order depending on the location.
- Currently it is possible to do it with JS code but only in the sidebar.js. When the documentation is versioned, the sidebar.json no longer allow processing.
- The “autogenerated” categories only use the keys of the _category_.json files in the source language and not those of the i18n if there are any.