mirror of
https://github.com/ZetaKebab/japanese-conjugation-drill.git
synced 2025-01-14 22:08:44 +00:00
Added some missing verb transformations.
This commit is contained in:
parent
f4cd9de2b1
commit
e5d231ff78
@ -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" : {
|
||||
|
Loading…
Reference in New Issue
Block a user