1
0
forked from GitHub/gf-rgl

fix active verb form for love

This commit is contained in:
Meowyam
2022-02-21 16:14:53 +08:00
parent ce9618b945
commit 066a9f6170
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -224,7 +224,9 @@ lin long_A = mkA "panjang" ;
-- lin lose_V2 = mkV2 "" ;
-- lin louse_N = mkN "" ;
-- lin love_N = mkN "" ;
lin love_V2 = mkV2 "cinta" ;
lin love_V2 = let love' : V2 = mkV2 "cinta" in love' ** {
s = \\_ => "mencintai" ;
} ;
----
-- M