mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
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 a new issue