Maxim Sokhatsky 11 лет назад
Родитель
Сommit
07a4562bc6

+ 1 - 0
apps/web/priv/static/app/js/bootloader.js

@@ -139,6 +139,7 @@ function PatchSVG()
     $svg.attr({preserveAspectRatio:"xMidYMid meet",width:"100%",height:"100%"});
     $("#Flag-en").hide();
 
+    translateScene();
 }
 
 function translateScene(e)

+ 1 - 1
apps/web/priv/static/app/js/translations.js

@@ -15,7 +15,7 @@ locale.tr.GameChat    = "Oyun sohbet";
 locale.en.PrivateChat = "is waiting for chat with you";
 locale.tr.PrivateChat = "seninle sohbet için bekliyor";
 
-currentLocale = "tr";
+currentLocale = "en";
 
 function i18n(word) {
     var translation = locale[currentLocale][word];