add localizatin, fix bugs

This commit is contained in:
2023-01-31 16:08:04 +01:00
parent aa3bdecd08
commit 18360eb63e
10 changed files with 433 additions and 220 deletions

View File

@@ -0,0 +1,5 @@
function SetLang(lang) {
$.get("index.php?setLang=" + lang, function(data, status){
location.reload();
});
}