Skip to content
This repository was archived by the owner on Jul 26, 2018. It is now read-only.

Commit 83e66e1

Browse files
committed
add mkAdV in Slovenian
1 parent 0ccad99 commit 83e66e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/src/slovenian/ParadigmsSlv.gf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@ oper
274274

275275
mkAdv : Str -> Adv = \s -> lin Adv {s=s} ;
276276

277+
mkAdV : Str -> AdV = \s -> lin AdV {s=s} ;
278+
277279
mkPron : (_,_,_,_,_,_ : Str) -> Gender -> Number -> Person -> Pron =
278280
\nom,acc,gen,dat,loc,instr,g,n,p ->
279281
lin Pron {s = table {

0 commit comments

Comments
 (0)