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