Solved problem with russian translation
This commit is contained in:
@ -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();
|
||||
|
||||
|
@ -97,6 +97,7 @@ function setLanguage(locale){
|
||||
"passwordSendButton": "Войти",
|
||||
"disconnectionModalLongTitle": "Отключение!",
|
||||
"disconnectionModalDescription": "Соединение с сервером, к которому вы подключены, потеряно.",
|
||||
"disconnectionModalCloseButton": "Закрыть",
|
||||
"players_online": "Игроки",
|
||||
"cpu_title": "CPU",
|
||||
"ram_title": "RAM",
|
||||
|
Reference in New Issue
Block a user