order spa alphabetically in language selector

This commit is contained in:
Juan Herruzo
2025-08-01 11:35:03 +02:00
committed by ed
parent 9dcb45133b
commit 1ee89ec21d

View File

@@ -4390,7 +4390,7 @@ var Ls = {
}
};
var LANGS = ["eng", "nor", "chi", "deu", "rus", "ukr", "spa"];
var LANGS = ["eng", "nor", "chi", "deu", "spa", "rus", "ukr"];
if (window.langmod)
langmod();