mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-23 18:21:11 -06:00
added relative pronoun
This commit is contained in:
9
src/macedonian/RelativeMkd.gf
Normal file
9
src/macedonian/RelativeMkd.gf
Normal file
@@ -0,0 +1,9 @@
|
||||
concrete RelativeMkd of Relative = CatMkd ** open Prelude,ResMkd in {
|
||||
lin IdRP = {s = table {
|
||||
GSg Masc => "кој" ;
|
||||
GSg Fem => "која" ;
|
||||
GSg Neuter => "кое" ;
|
||||
GPl => "кои"
|
||||
}
|
||||
} ;
|
||||
}
|
||||
Reference in New Issue
Block a user