Merge pull request #37 from toasted-nutbread/update-vs-rules
Update how suru verb rules are detected
This commit is contained in:
commit
9222417bfd
2
edict.go
2
edict.go
@ -17,7 +17,7 @@ func jmdictBuildRules(term *dbTerm) {
|
|||||||
default:
|
default:
|
||||||
if strings.HasPrefix(tag, "v5") {
|
if strings.HasPrefix(tag, "v5") {
|
||||||
term.addRules("v5")
|
term.addRules("v5")
|
||||||
} else if strings.HasPrefix(tag, "vs") {
|
} else if strings.HasPrefix(tag, "vs-") {
|
||||||
term.addRules("vs")
|
term.addRules("vs")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user