Moved translations to js/translations directory so they are versioned like the others. May move translations folder to submodule.

This commit is contained in:
firebingo 2018-05-22 16:17:00 -07:00
parent c894680f5f
commit 4752d98925
90 changed files with 3153 additions and 4 deletions

View file

@ -447,6 +447,9 @@ class Player {
let text = cur.English ? (utage.translations[cur.English] || cur.Text) : cur.Text;
this.text.titleText(true, text);
break;
}
case "scenetitle13": {
}
case "divaeffect": {
this.waitTime = Number(cur.Arg5) * 1000;