This commit is contained in:
LingDocs 2021-08-28 02:44:05 +04:00 committed by GitHub
parent 6f5fe0b417
commit fb24f6a640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ Some nouns just have completely irregular plural forms.
<PluralTable>{[
[{p:"خور", f:"khor", e:"sister"}, {p:"خویندې", f:"khweynde", e:"sisters"}],
[{p:"ورور", f:"wror", e:"brother"}, {p:"وروڼه", f:"wróoNa", e:"brothers"}],
[{p:"نجلۍ", f:"njuluy", e:"girl"},{p:"نچونې", f:"njoone", e:"girls"}],
[{p:"نجلۍ", f:"njuluy", e:"girl"},{p:"نجونې", f:"njoone", e:"girls"}],
[{p:"مور", f:"mor", e:"mother"}, {p:"میندې", f:"mende", e:"mothers"}],
[{p:"زوی", f:"zooy", e:"son"}, {p:"زامن", f:"zaamun", e:"sons"}],
[{p:"ترور", f:"tror", e:"aunt"}, {p:"تریندې", f:"treynde", e:"aunts"}],
@ -126,4 +126,4 @@ Some nouns are just always considered plural, often because they are made up of
{ p: "جوار", f: "jawáar", e: "corn (m. pl.)" },
{ p: "زهر", f: "zahur", e: "poison (m. pl.)" },
{ p: "سامان", f: "saamáan", e: "stuff, things (m. pl.)" },
]}</Examples>
]}</Examples>