mirror of
https://github.com/9001/copyparty.git
synced 2026-04-02 22:08:38 +10:00
order spa alphabetically in language selector
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user