add inflections video
This commit is contained in:
parent
74d868af1c
commit
6dba87ff97
|
@ -21,6 +21,10 @@ import {
|
|||
} from "../../games/games";
|
||||
import GameDisplay from "../../games/GameDisplay";
|
||||
|
||||
import VideoPlayer from "../../components/VideoPlayer";
|
||||
|
||||
<VideoPlayer src="https://www.youtube.com/watch?v=XNzQ19QQQiQ" />
|
||||
|
||||
In the <Link to="/inflection/inflection-intro/">previous chapter</Link> we talked about **why** words inflect. Now we will explain **how** words inflect. What actualy happens to them? How do they change?
|
||||
|
||||
Like many things in Pashto, inflection can seem mysterious and intimidating. Why do the words change so much, and how!? 😩 But, we'll see that there are just a few basic patterns that the words follow, and it's not so scary or confusing after all.
|
||||
|
|
Loading…
Reference in New Issue