added more videos

This commit is contained in:
lingdocs 2022-09-02 16:22:25 +04:00
parent 4e8f99b2ca
commit e9c2fb339b
7 changed files with 29 additions and 5 deletions

View File

@ -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",

View File

@ -19,6 +19,8 @@ import BasicBlocks from "../../components/BasicBlocks";
import Image from "../../components/Image";
import helperVerbsSummaryChartDynamic from "./helper-verbs-summary-chart-dynamic.svg";
<VideoPlayer src="https://www.youtube.com/watch?v=MzkcFNmC_AQ&ab_channel=LingDocs" />
Dynamic compounds are actually a lot simpler than <Link to="/compound-verbs/stative-compounds/">stative compounds</Link>. They're just made up of an helper verb--often <InlinePs opts={opts} ps={{ p: "کول", f: "kawúl", e: "to do" }} />--and an action (noun) that gets done.
<BasicBlocks large blocks={[

View File

@ -142,6 +142,10 @@ const contentTree: (ChapterSection | ChaptersSection)[] = [
import: intro,
slug: "intro",
},
{
import: games,
slug: "games",
},
{
heading: "Equatives",
subdirectory: "equatives",
@ -404,10 +408,6 @@ const contentTree: (ChapterSection | ChaptersSection)[] = [
},
],
},
{
import: games,
slug: "games",
},
{
heading: "Practice Tools 🔧",
subdirectory: "practice-tools",

View File

@ -17,6 +17,7 @@ import BasicBlocks from "../../components/BasicBlocks";
import InlineInflectionButton from "../../components/InlineInflectionButton";
import VPStructureSummary from "./vp-structure.svg";
import { KidsSection } from "../../components/terms-links";
import VideoPlayer from "../../components/VideoPlayer";
export function KingIcon() {
return <i className="mx-1 fas fa-crown" />;
@ -26,6 +27,8 @@ export function ServantIcon() {
return <i className="mx-1 fas fa-male" />;
};
<VideoPlayer src="https://www.youtube.com/watch?v=0B-hrsnCk50&t=1s&ab_channel=LingDocs" />
Pashto has a very special way of shortening <Link to="/phrase-structure/vp">VP</Link>s. 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.
<Examples opts={opts}>{[

View File

@ -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 <i className="mx-1 fas fa-crown" />;
@ -32,6 +33,8 @@ export function ServantIcon() {
<strong>Note:</strong> This is a bit of a longer section. Go through it in small parts if you need to, but it's <em>super important</em> to understand if you want to keep your sanity in learning Pashto (This will help you understand past tense etc.)
</div>
<VideoPlayer src="https://www.youtube.com/watch?v=6cwJe_iPiSw&t=2s&ab_channel=LingDocs" />
In <Link to="/phrase-structure/ep/">the last section</Link> 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:

View File

@ -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.
<VideoPlayer src="https://www.youtube.com/watch?v=yp3c_DdWJvI&ab_channel=LingDocs" />
### Comparing Simple Past to Perfect
With the <Link to="/verbs/past-verbs/#simple-past-i-classnamefas-fa-camera-">simple past tense</Link> we're talking about an event happening. We're just relaying the fact that something happened, without talking about the consequences of that event.

View File

@ -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"