order spa alphabetically in language selector
This commit is contained in:
parent
9dcb45133b
commit
1ee89ec21d
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user