Moved translations to js/translations directory so they are versioned like the others. May move translations folder to submodule.
This commit is contained in:
parent
c894680f5f
commit
4752d98925
90 changed files with 3153 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue