Browse Source

turkish default

Maxim Sokhatsky 11 years ago
parent
commit
a3c6e9cabd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/web/priv/static/app/js/translations.js

+ 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];