the long aa/o thing is a plural not inflection
This commit is contained in:
parent
b7a71e2ab1
commit
09c0958328
|
@ -40,28 +40,6 @@ There are also a few more patterns that are only for **feminine nouns**.
|
|||
|
||||
**Note:** This only works with **inanimate nouns**. (ie. words for people like <InlinePs opts={opts} ps={{ p: "باجي", f: "baajée", e: "older sister" }} /> will not inflect like this.)
|
||||
|
||||
|
||||
## Feminine Nouns Ending in <InlinePs opts={opts} ps={{ p: "ۍ", f: "uy" }} />
|
||||
|
||||
<InflectionCarousel items={startingWord(words, "uy-fem", "هګۍ")} />
|
||||
|
||||
## Feminine Nouns Ending in <InlinePs opts={opts} ps={{ p: "ا", f: "aa" }} />
|
||||
|
||||
<InflectionCarousel items={startingWord(words, "aa-fem", "وینا")} />
|
||||
|
||||
**Note:** With this pattern, the first inflection is often only used for making the noun plural. Also, many dialects use the plural <InlinePs opts={opts} ps={{ p: "ګانې", f: "gáane" }} /> ending instead. For instance:
|
||||
|
||||
<Table headRow={["Standard", "Common"]} opts={opts}>{[
|
||||
[
|
||||
{ p: "دعا", f: "dUáa", e: "prayer" },
|
||||
{ p: "دعا", f: "dUáa", e: "prayer" },
|
||||
],
|
||||
[
|
||||
{ p: "دعاوې", f: "dUáawe", e: "prayers" },
|
||||
{ p: "دعا ګانې", f: "dUaa gáane", e: "prayers" },
|
||||
],
|
||||
[
|
||||
{ p: "دعا ګانو", f: "dUáawo", e: "prayers", sub: "with second inflection" },
|
||||
{ p: "دعا ګانې", f: "dUaa gáano", e: "prayers", sub: "with second inflection" },
|
||||
],
|
||||
]}</Table>
|
||||
|
|
Loading…
Reference in New Issue