diff --git a/src/App.css b/src/App.css index ec1e352..c4a8dca 100644 --- a/src/App.css +++ b/src/App.css @@ -170,4 +170,12 @@ blockquote { border-left: 3px solid rgb(99, 99, 99); padding-left: 1rem; font-style: italic; +} + +details { + margin-bottom: 1.5rem; +} + +summary { + margin-bottom: 1rem; } \ No newline at end of file diff --git a/src/content/inflection/inflection-patterns.mdx b/src/content/inflection/inflection-patterns.mdx index cb941e0..2a7b59f 100644 --- a/src/content/inflection/inflection-patterns.mdx +++ b/src/content/inflection/inflection-patterns.mdx @@ -35,10 +35,38 @@ Below are the **5 basic patterns for inflecting** nouns and adjectives. Notice h Don't worry about memorizing them all perfectly to start. Instead keep looking back and use them as guides to help you as you get familiar with the inflections over time. -## Words ending in a consonant +## Words ending in a consonant / +
+ + +Note: In sandwiches staring with the first inflection is normally not used. But it may be used in some dialects/colloquial speech. + + +For example using the word : + +{[ + { + p: "زه په کوټه کې ناست یم", + f: "zu pu koTá ke naast yum", + e: "I am sitting in the room", + } +]} + +Notice how it does not use the first feminine inflection , as it does with a different sandwich: + +{[ + { + p: "زه کوټې ته ځم", + f: "zu koTé ta dzum", + e: "I'm going to the room", + }, +]} + +
+ ## Words ending in an unstressed @@ -51,7 +79,7 @@ Don't worry about memorizing them all perfectly to start. Instead keep looking b -Note: Nouns in this pattern will often only use the first inflection for the plural. Adjectives will use the 1st inflection for all 3 reasons. +**Note**: Nouns in this pattern will often only use the first inflection for the plural. Adjectives will use the 1st inflection for all 3 reasons. ## Shorter irregular words diff --git a/src/content/inflection/masculine-inflection.mdx b/src/content/inflection/masculine-inflection.mdx new file mode 100644 index 0000000..e69de29