Added Chinese to client and Spanish to server

This commit is contained in:
Carlos
2019-08-28 02:32:06 +02:00
parent 69b10a8514
commit aa6edfd0f0
17 changed files with 201 additions and 51 deletions

View File

@ -9,8 +9,8 @@
*/
$(document).ready(function() {
$("#serverContainer").hide();
updateServerList();
setLanguage(persistenceManager.getLanguage());
updateServerList();
});
/**