diff --git a/src/content/inflection/feminine-inflection.mdx b/src/content/inflection/feminine-inflection.mdx index 3436f91..09ebc2e 100644 --- a/src/content/inflection/feminine-inflection.mdx +++ b/src/content/inflection/feminine-inflection.mdx @@ -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 will not inflect like this.) - ## Feminine Nouns Ending in - -## Feminine Nouns Ending in - - - -**Note:** With this pattern, the first inflection is often only used for making the noun plural. Also, many dialects use the plural ending instead. For instance: - -{[ - [ - { 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" }, - ], -]}