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",
|
"past": "present",
|
||||||
"polite": "plain",
|
"polite": "plain",
|
||||||
"te-form": "plain",
|
"te-form": "plain",
|
||||||
// "potential": "plain",
|
"potential": "plain",
|
||||||
// "imperative": "plain",
|
"imperative": "plain",
|
||||||
// "causative": "plain",
|
"causative": "plain",
|
||||||
// "passive": "plain",
|
"passive": "plain",
|
||||||
},
|
},
|
||||||
|
|
||||||
"negative": {
|
"negative": {
|
||||||
@ -625,10 +625,10 @@ var verb_relative_form = {
|
|||||||
"past negative": "present",
|
"past negative": "present",
|
||||||
"polite negative": "plain",
|
"polite negative": "plain",
|
||||||
"te-form negative": "plain",
|
"te-form negative": "plain",
|
||||||
// "potential negative": "plain",
|
"potential negative": "plain",
|
||||||
// "imperative negative": "plain",
|
"imperative negative": "plain",
|
||||||
// "causative negative": "plain",
|
"causative negative": "plain",
|
||||||
// "passive negative": "plain",
|
"passive negative": "plain",
|
||||||
},
|
},
|
||||||
|
|
||||||
"past" : {
|
"past" : {
|
||||||
|
Loading…
Reference in New Issue
Block a user