Maxim Sokhatsky 11 лет назад
Родитель
Сommit
4351699da4
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      apps/web/priv/static/app/js/translations.js

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

@@ -83,6 +83,7 @@ function translateScene(e)
         $("#Okey-Rules-Text")[0].lastElementChild.textContent = i18n("OkeyRules");
         $("#Pair")[0].lastElementChild.textContent = i18n("Pair");
         $("#Set")[0].lastElementChild.textContent = i18n("Set");
+        $("#Fake-Joker")[0].lastElementChild.textContent = i18n("FakeJoker");
         $("#Run")[0].lastElementChild.textContent = i18n("Run");
         $("#Winning-Deck")[0].lastElementChild.textContent = i18n("WinningDeck");
     if (currentLanguage() == "en") { $("#Turkish-Rules").hide(); $("#English-Rules").show(); }