add localizatin, fix bugs
This commit is contained in:
5
templates/langSelector.js
Normal file
5
templates/langSelector.js
Normal file
@@ -0,0 +1,5 @@
|
||||
function SetLang(lang) {
|
||||
$.get("index.php?setLang=" + lang, function(data, status){
|
||||
location.reload();
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user