We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PR #1195 partially fix it, but there is still a problem with non-latin languages that may be incorrectly sorted: https://discourse.gohugo.io/t/alphabetical-sort-order/20246/4
The text was updated successfully, but these errors were encountered:
Sort Glossary (#1195)
e004ad2
The sort is done using `GetSortedMapValues`, which doesn't properly handle the locale, but seems to work across languages. See discussion https://community.letsencrypt.org/t/glossary-edit-perhaps-a-cosmetic-one/146360/20 Partial Fix for #1194
No branches or pull requests
PR #1195 partially fix it, but there is still a problem with non-latin languages that may be incorrectly sorted: https://discourse.gohugo.io/t/alphabetical-sort-order/20246/4
The text was updated successfully, but these errors were encountered: