forked from GitHub/gf-rgl
(Ara) WIP fixing possessive dual forms. Doesn't work yet properly.
This commit is contained in:
@@ -1181,11 +1181,17 @@ patHollowImp : (_,_ :Str) -> Gender => Number => Str =\xaf,xAf ->
|
||||
--dual suffixes
|
||||
dl : State => Case => Str =
|
||||
table {
|
||||
(Const|Poss) =>
|
||||
Const =>
|
||||
table {
|
||||
Nom => "َا";
|
||||
_ => "َيْ"
|
||||
};
|
||||
Poss =>
|
||||
table {
|
||||
Nom => "َا" ; -- wrong for 1st person poss. suff
|
||||
Bare => "َيَّ" ; -- this covers 1st person for genitive and accusative
|
||||
_ => "َيْ"
|
||||
};
|
||||
_ =>
|
||||
table {
|
||||
Nom => "َانِ";
|
||||
|
||||
Reference in New Issue
Block a user