forked from GitHub/gf-core
fixed vowel lengthening in verbs like eten
This commit is contained in:
@@ -217,6 +217,7 @@ param
|
||||
|
||||
in
|
||||
case lop of {
|
||||
#vowel + #consonant => loop ;
|
||||
_+ #consonant + #vowel + #consonant => loop ;
|
||||
_+ ("bb" | "dd" | "ff" | "gg" | "kk" | "ll" | "mm" | "nn" | "pp" |
|
||||
"rr" | "ss" | "tt") => zeg ;
|
||||
|
||||
Reference in New Issue
Block a user