Solved problem with russian translation

This commit is contained in:
Carlos
2020-01-09 21:50:47 +01:00
parent 188ea53481
commit 6d4c601a3e
3 changed files with 4 additions and 3 deletions

View File

@ -18,7 +18,7 @@ var commandHistoryIndex = -1; //Saves current command history index. -1 when not
* Prepare and show server to user
*/
function openServer(serverName){
//Hide welcome div if user is in welcome page
//Hide welcome div if user is not in welcome page
$("#welcomeContainer").hide();
$("#serverContainer").show();

View File

@ -97,6 +97,7 @@ function setLanguage(locale){
"passwordSendButton": "Войти",
"disconnectionModalLongTitle": "Отключение!",
"disconnectionModalDescription": "Соединение с сервером, к которому вы подключены, потеряно.",
"disconnectionModalCloseButton": "Закрыть",
"players_online": "Игроки",
"cpu_title": "CPU",
"ram_title": "RAM",