added relative pronoun

This commit is contained in:
Krasimir Angelov
2026-04-09 14:25:26 +02:00
parent 5cc990d259
commit 1c3bb0f6eb
3 changed files with 11 additions and 1 deletions

View 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 => "кои"
}
} ;
}