(Ara) add missing diacritic to with_Prep

This commit is contained in:
Inari Listenmaa
2019-01-11 15:46:05 +01:00
parent 2c0a34b9f4
commit f0ae2cfdb2

View File

@@ -117,7 +117,7 @@ concrete StructuralAra of Structural = CatAra **
whoPl_IP = mkIP "مَنْ" "مَنْ" Pl ; whoPl_IP = mkIP "مَنْ" "مَنْ" Pl ;
why_IAdv = ss "لِمَاذَا" ; why_IAdv = ss "لِمَاذَا" ;
without_Prep = mkPrep "بِدُونِ" ; without_Prep = mkPrep "بِدُونِ" ;
with_Prep = mkPrep "مَع" ; with_Prep = mkPrep "مَعَ" ;
yes_Utt = {s = \\_ => "نَعَم"} ; yes_Utt = {s = \\_ => "نَعَم"} ;
youSg_Pron = youSgMasc_Pron ; youSg_Pron = youSgMasc_Pron ;
youPl_Pron = youPlMasc_Pron ; youPl_Pron = youPlMasc_Pron ;