diff --git a/src/components/KidsSectionIllustration.tsx b/src/components/KidsSectionIllustration.tsx new file mode 100644 index 0000000..431f31d --- /dev/null +++ b/src/components/KidsSectionIllustration.tsx @@ -0,0 +1,39 @@ +function KidsSectionIllustration({ blocks, showKidsSection }: { + blocks: ("NP" | "AP" | "comp." | "verb" | "equative")[], + showKidsSection?: boolean, +}) { + return
+
+ {showKidsSection &&
+ {blocks.length > 1 &&
+
+
} +
+
+
+
Kid's Section 👦
+
+
+
+
} +
+ {blocks.map((block, i) => ( +
+
+
{block}
+
+ ))} +
+
+
; +} + +export default KidsSectionIllustration; \ No newline at end of file diff --git a/src/content/equatives/other-equatives.mdx b/src/content/equatives/other-equatives.mdx index 1a11314..58fe375 100644 --- a/src/content/equatives/other-equatives.mdx +++ b/src/content/equatives/other-equatives.mdx @@ -163,6 +163,10 @@ This is used for: + habitual equative +
+ Note: The goes in the kids' section. +
+ past equative that it's based on, it's + past equative +
+ Note: The goes in the kids' section. +
+ NPs, APs, or complements, with a verb or equative at the end. Here are some examples of what the phrases can look like. + + + + + + + +**After the first block** in a phrase comes a special place that we'll call the **kids' section**. + + + + + + + +In Pashto we have a bunch of little words that we will treat like little **children**. + +
    +
  • The emphatic particle
  • +
  • The particle
  • +
  • Mini-pronouns:
  • +
      +
    • +
    • +
    • +
    • +
    +
  • The jussive
  • +
+ +These little words/particles can't run around anywhere in the sentence. **They have to stay in the kids' section**. They're not allowed to go anywhere else! 🙅‍♂️ + +Also like well behaved children, these little words have to line up in the right order. There are a few rules for the *inside the kids' seciton*. + - They need to follow the order of the list above + - The mini-pronouns need to line up in order of 1st, 2nd, and 3rd person + - You can't have duplicate mini-pronouns like + diff --git a/src/content/phrase-structure/np.mdx b/src/content/phrase-structure/np.mdx index 4ab8c16..b8f7fca 100644 --- a/src/content/phrase-structure/np.mdx +++ b/src/content/phrase-structure/np.mdx @@ -12,73 +12,16 @@ import Link from "../../components/Link"; import EditablePhraseDiagram, { EditIcon, } from "../../components/phrase-diagram/EditablePhraseDiagram"; -// import NPPlayground from "../../components/NPPlayground"; +import KidsSectionIllustration from "../../components/KidsSectionIllustration"; Pashto phrases are built with a basic **building blocks** 🧱 like NPs, APs, verbs, and equatives. We can think of phrases in Pashto as a line of blocks like this: -
-
-
-
AP
-
-
-
-
NP
-
-
-
-
NP
-
-
-
-
Verb
-
-
+ Or like this... -
-
-
-
NP
-
-
-
-
NP
-
-
-
-
Equative
-
-
+ + In Pashto, it's important to know how these building blocks line up. But first, let's look at what these blocks actually are. In this chapter we'll look at the NP. diff --git a/src/content/pronouns/pronouns-mini.mdx b/src/content/pronouns/pronouns-mini.mdx index a9ece3b..255c60d 100644 --- a/src/content/pronouns/pronouns-mini.mdx +++ b/src/content/pronouns/pronouns-mini.mdx @@ -22,9 +22,10 @@ import { } from "@lingdocs/pashto-inflector"; import psmd from "../../lib/psmd"; import bigAndLittleBrother from "../../images/big-and-little-brother.jpg"; +import Link from "../../components/Link"; import Chart from "../../components/Chart"; -Mini pronouns are **enclitic prounouns** that hang on to the back of words. They can't be used at the beginning of a sentence. You can think of them as little babies 👶 that can't stand on their own. **They can't be used to start a sentence.** They always need to lean up against the back of another word. +Mini-pronouns are shrunken forms of pronouns that are used to shorten parts of a phrase. They're like little babies and so they need to go in the kids' section 👶. @@ -34,12 +35,12 @@ Mini pronouns are **enclitic prounouns** that hang on to the back of words. They block={grammarUnits.pronouns.mini} textOptions={opts} english={[ - ["I", "we"], - ["I", "we"], - ["you", "you"], - ["you", "you"], - ["him/her/it", "they"], - ["him/her/it", "they"], + ["I/me/my", "we/us/our"], + ["I/me/my", "we/us/our"], + ["you/your", "you/your (pl.)"], + ["you/your", "you/your (pl.)"], + ["he/him/she/her/it", "they/their"], + ["he/him/she/her/it", "they/their"], ]} />