Update sphinx_rtd_theme/static/js/versions.js_t

This commit is contained in:
Manuel Kaufmann 2024-11-12 15:05:07 +01:00 committed by GitHub
parent b513322d42
commit 903df9b514
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ if (themeFlyoutDisplay === "attached") {
return "";
}
// Prepend the current language to the options on the selector
// Insert the current language to the options on the selector
let languages = config.projects.translations.concat(config.projects.current);
languages = languages.sort((a, b) => a.language.name.localeCompare(b.language.name));