ThePix / QuestJS

A major re-write of Quest that is written in JavaScript and will run in the browser.
MIT License
66 stars 13 forks source link

BUG (and fix?) - "isses" from lang.conjugations.it #45

Closed KVonGit closed 3 years ago

KVonGit commented 3 years ago

Hello.

I was getting "The TV isses not a container."

I found the bit of code: https://github.com/ThePix/QuestJS/blob/8939148f7c2c3e63665246dc263493b724845cf2/lang/lang-en.js#L683

I added this second line:

      { name:"be", value:"is"},
      { name:"is", value:"is"},
ThePix commented 3 years ago

The issue is that it was not using the infinitive (is rather than be). Now fixed, thanks.