diff --git a/src/content/inflection/inflection-patterns.mdx b/src/content/inflection/inflection-patterns.mdx index edfdd27..de05445 100644 --- a/src/content/inflection/inflection-patterns.mdx +++ b/src/content/inflection/inflection-patterns.mdx @@ -110,7 +110,7 @@ It's important to know that _not all words can be inflected_. If a word doesn't ### Pattern 1 feminine nouns without an ـه - a ending -There are a number of feminine nouns which follow the basic pattern, but are missing an ending. +There are a number of feminine nouns which follow the basic pattern, but are missing an ending. For example: diff --git a/src/content/nouns/nouns-gender.mdx b/src/content/nouns/nouns-gender.mdx index 1925849..7f4f9af 100644 --- a/src/content/nouns/nouns-gender.mdx +++ b/src/content/nouns/nouns-gender.mdx @@ -30,16 +30,25 @@ All nouns in Pashto are either or . Thankfully, you can pretty m **Masculine words end in:** - a consonant +- 'y' and 'w' sounds such as: + - or + - - - -- or - +- **Feminine words end in:** -- all the other vowels (, , , , etc.) +- all the other vowels/dipthongs + - + - + - + - + - + - + - or . Thankfully, you can pretty m }, { masc: { - ending: { p: "و", f: "aw" }, - ex: { p: "کنډو", f: "kanDáw", e: "crack" }, + ending: { p: "و", f: "oo" }, + ex: { p: "لاټو", f: "laaTóo", e: "spinning top" }, }, fem: { ending: { p: "و", f: "o" }, @@ -103,13 +112,24 @@ All nouns in Pashto are either or . Thankfully, you can pretty m ex: { p: "ملګرې", f: "malgure", e: "female friend" }, }, }, + { + masc: { + ending: { p: "و", f: "aw " }, + ex: { p: "کنډو", f: "kanDáw", e: "crack" }, + }, + fem: { + ending: { p: "ه", f: "U" }, + ex: { p: "توجه", f: "tawajÚ" }, + }, + } ]} /> + **A couple of other things to watch out for:** -- Words ending in can be either or . -- Words ending in can also be plural, as in +- Loanwords ending in such as can be either . +- The word for water is an exception, as it is feminine plural.