Added some missing verb transformations.

This commit is contained in:
doncr 2016-12-25 16:30:07 +00:00
parent f4cd9de2b1
commit e5d231ff78

View File

@ -613,10 +613,10 @@ var verb_relative_form = {
"past": "present",
"polite": "plain",
"te-form": "plain",
// "potential": "plain",
// "imperative": "plain",
// "causative": "plain",
// "passive": "plain",
"potential": "plain",
"imperative": "plain",
"causative": "plain",
"passive": "plain",
},
"negative": {
@ -625,10 +625,10 @@ var verb_relative_form = {
"past negative": "present",
"polite negative": "plain",
"te-form negative": "plain",
// "potential negative": "plain",
// "imperative negative": "plain",
// "causative negative": "plain",
// "passive negative": "plain",
"potential negative": "plain",
"imperative negative": "plain",
"causative negative": "plain",
"passive negative": "plain",
},
"past" : {