mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 18:52:50 -06:00
fix the missing lock fields in several languages
This commit is contained in:
@@ -290,10 +290,10 @@ oper
|
||||
plural = Pl ;
|
||||
|
||||
--Prep = Compl ;
|
||||
accusative = complAcc ;
|
||||
genitive = complGen ;
|
||||
dative = complDat ;
|
||||
mkPrep p = {s = p ; c = Acc ; isDir = False ; lock_Prep = <>} ;
|
||||
accusative = lin Prep complAcc ;
|
||||
genitive = lin Prep complGen ;
|
||||
dative = lin Prep complDat ;
|
||||
mkPrep p = lin Prep {s = p ; c = Acc ; isDir = False ; lock_Prep = <>} ;
|
||||
|
||||
con_Prep = {s = [] ; c = CPrep P_con ; isDir = False ; lock_Prep = <>} ;
|
||||
da_Prep = {s = [] ; c = CPrep P_da ; isDir = False ; lock_Prep = <>} ;
|
||||
|
||||
Reference in New Issue
Block a user