New language style for worldwide

This commit is contained in:
cutls
2019-01-26 12:24:26 +09:00
parent e1fb172f5b
commit fa3b3e0800
42 changed files with 955 additions and 747 deletions

View File

@@ -136,7 +136,7 @@ function progshow(e) {
if(percent<1){
$("#imgup").text(Math.floor(percent*100)+"%");
}else{
$("#imgup").text(lang_progress[lang]);
$("#imgup").text(lang.lang_progress);
}
}
}