From e9c2fb339bd251b40eb65fe89937e98f77a5a533 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Fri, 2 Sep 2022 16:22:25 +0400 Subject: [PATCH] added more videos --- package.json | 2 +- src/content/compound-verbs/dynamic-compounds.mdx | 2 ++ src/content/index.ts | 8 ++++---- src/content/phrase-structure/shortening-vps.mdx | 3 +++ src/content/phrase-structure/vp.mdx | 3 +++ src/content/verbs/perfect-verbs-intro.mdx | 3 +++ yarn.lock | 13 +++++++++++++ 7 files changed, 29 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 01cc7d1..7c3eb78 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@formkit/auto-animate": "^1.0.0-beta.1", "@fortawesome/fontawesome-free": "^5.15.4", "@lingdocs/lingdocs-main": "^0.3.3", - "@lingdocs/pashto-inflector": "^3.8.7", + "@lingdocs/pashto-inflector": "^3.8.8", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", diff --git a/src/content/compound-verbs/dynamic-compounds.mdx b/src/content/compound-verbs/dynamic-compounds.mdx index e769310..00baec2 100644 --- a/src/content/compound-verbs/dynamic-compounds.mdx +++ b/src/content/compound-verbs/dynamic-compounds.mdx @@ -19,6 +19,8 @@ import BasicBlocks from "../../components/BasicBlocks"; import Image from "../../components/Image"; import helperVerbsSummaryChartDynamic from "./helper-verbs-summary-chart-dynamic.svg"; + + Dynamic compounds are actually a lot simpler than stative compounds. They're just made up of an helper verb--often --and an action (noun) that gets done. ; @@ -26,6 +27,8 @@ export function ServantIcon() { return ; }; + + Pashto has a very special way of shortening VPs. In a language like English if we want to say "I saw her," we can only say, "I saw her." But in Pashto there are many ways to shorten and to say this. {[ diff --git a/src/content/phrase-structure/vp.mdx b/src/content/phrase-structure/vp.mdx index 09aafb9..b455b48 100644 --- a/src/content/phrase-structure/vp.mdx +++ b/src/content/phrase-structure/vp.mdx @@ -19,6 +19,7 @@ import unoReverseMeme from "../verbs/uno-reverse-meme.jpg"; import VPStructureSummary from "./vp-structure.svg"; import Image from "../../components/Image"; import grammTransMeme from "./gramm-trans-yes-no.jpg"; +import VideoPlayer from "../../components/VideoPlayer"; export function KingIcon() { return ; @@ -32,6 +33,8 @@ export function ServantIcon() { Note: This is a bit of a longer section. Go through it in small parts if you need to, but it's super important to understand if you want to keep your sanity in learning Pashto (This will help you understand past tense etc.) + + In the last section we learned how to build phrases using equatives. Now we are going to learn how to make **VPs (verb phrases)**. VPs are ... wait for it ... phrases that are made with verbs. Verbs are words that describe actions, activities, or occurances. For example, if I say: diff --git a/src/content/verbs/perfect-verbs-intro.mdx b/src/content/verbs/perfect-verbs-intro.mdx index 287cfcc..c22b11e 100644 --- a/src/content/verbs/perfect-verbs-intro.mdx +++ b/src/content/verbs/perfect-verbs-intro.mdx @@ -19,6 +19,7 @@ import simplePast from "./simple-past-in-reality.svg"; import presentPerfect from "./present-perfect.svg"; import chemistryPerfect from "./chemistry-perfect.jpg"; import BasicBlocks from "../../components/BasicBlocks"; +import VideoPlayer from "../../components/VideoPlayer"; ## Introduction @@ -34,6 +35,8 @@ We use [perfect tenses](https://en.wikipedia.org/wiki/Perfect_(grammar)) when we In English we're not as strict with using the perfect tense. In fact it can sound a little formal or bookish to always say things like "I've lost my wallet" (perfect) instead of "I lost my wallet" (simple past). In Pashto however, this distinction is very normal and common, and you will see the perfect form used whenever it's important to talk about a state resulting from the action. + + ### Comparing Simple Past to Perfect With the simple past tense we're talking about an event happening. We're just relaying the fact that something happened, without talking about the consequences of that event. diff --git a/yarn.lock b/yarn.lock index a4b1558..d60419f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1804,6 +1804,19 @@ rambda "^6.7.0" react-select "^5.2.2" +"@lingdocs/pashto-inflector@^3.8.8": + version "3.8.8" + resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-3.8.8.tgz#fd9f2344b8ea6c6a541a24c565b5b0a771e53915" + integrity sha512-GUr3MwM6m0+IqFQopkn1+/s2rEF8u626ZpvullGVejB+Z5PEcIV5WzulM6aDAqgsMCPAy7qulJIxjQ9anGSvcw== + dependencies: + "@formkit/auto-animate" "^1.0.0-beta.1" + classnames "^2.2.6" + jsurl2 "^2.1.0" + lz-string "^1.4.4" + pbf "^3.2.1" + rambda "^6.7.0" + react-select "^5.2.2" + "@mdx-js/mdx@^0.15.5": version "0.15.7" resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-0.15.7.tgz#5fde5841d7b6f4c78f80c19fff559532af5ce5ad"