diff --git a/content/blog/pashto-compound-verbs/index.mdx b/content/blog/pashto-compound-verbs/index.mdx index dd556de..d406900 100644 --- a/content/blog/pashto-compound-verbs/index.mdx +++ b/content/blog/pashto-compound-verbs/index.mdx @@ -114,6 +114,13 @@ It can seem like these are just unexplainable idiosyncracies that have to be mem All of these confusing questions melt away once we realize that there are basically **two kinds of compound verbs**. +
+

If you find this article helpful you can find much more in the LingDocs Pashto Grammar and LingDocs Pashto Dictionary.

+ + Get it on Google Play + +
+ ## The two types of compound verbs ### 1. **Stative Compounds** @@ -875,6 +882,13 @@ The object / complement in this verb is +
+

If you find this article helpful you can find much more in the LingDocs Pashto Grammar and LingDocs Pashto Dictionary.

+ + Get it on Google Play + +
+ ### Reviewing stative and dynamic compounds Remember all those weird different behaviours that we mentioned at the beginning? Once we realize there are these two different types of compound verbs, represented by two different kinds of "machines," we can see that each of the two has a distinct set of behaviours. diff --git a/content/blog/pashto-verbs-master-chart/index.mdx b/content/blog/pashto-verbs-master-chart/index.mdx index 7b37edb..fa9bfd6 100644 --- a/content/blog/pashto-verbs-master-chart/index.mdx +++ b/content/blog/pashto-verbs-master-chart/index.mdx @@ -48,7 +48,10 @@ Over the course of this post we'll do three things: 3. [Prove](#how-this-actually-works-for-all-verbs) how this does work for *all* verbs
-

If you find this article helpful you can find much more in the LingDocs Pashto Grammar and LingDocs Pashto Dictionary.

+

If you find this article helpful you can find much more in the LingDocs Pashto Grammar and LingDocs Pashto Dictionary.

+ + Get it on Google Play +
@@ -1512,7 +1515,10 @@ When using کول - to do with these compounds: Notice how you will often hear people say, "دعا کوه!" (Pray for me!) This is an *imperfective* command meaning that they want you to pray for them, repeatedly, in general. If they just wanted you to make one prayer at one time, they would say "دعا وکړه!"
-

If you've found this article helpful you can find much more in the LingDocs Pashto Grammar and LingDocs Pashto Dictionary.

+

If you've found this article helpful you can find much more in the LingDocs Pashto Grammar and LingDocs Pashto Dictionary.

+ + Get it on Google Play +
### There's more... diff --git a/src/components/HeadingLinks.js b/src/components/HeadingLinks.js index fd3b6e7..6d20af2 100644 --- a/src/components/HeadingLinks.js +++ b/src/components/HeadingLinks.js @@ -7,18 +7,25 @@ const btnStyle = { }; function HeadingLinks() { - return
- -
- Pashto Dictionary + return <> +
+ +
+ Pashto Dictionary +
+
+ +
+ Pashto Grammar +
+
- - -
- Pashto Grammar + - -
; + ; } export default HeadingLinks; \ No newline at end of file diff --git a/src/pages/projects.js b/src/pages/projects.js index 23da835..98ada2a 100644 --- a/src/pages/projects.js +++ b/src/pages/projects.js @@ -6,15 +6,17 @@ import aboutBackground from "../assets/images/about-bg.jpg"; const projects = [ { title: "Pashto Grammar", - description: "A Pashto grammar reference. This is extremely new and only in the very beginning stages.", + description: "A Pashto grammar reference with interactive examples and quizzes.", link: "https://grammar.lingdocs.com", repo: "https://github.com/lingdocs/pashto-grammar", + playStore: "https://play.google.com/store/apps/details?id=com.lingdocs.pashto.grammar", }, { title: "Pashto Dictionary", description: "A Pashto dicitionary with smart-search and inflection/conjugation", link: "https://dictionary.lingdocs.com", - repo: "https://github.com/lingdocs/pashto-dictionary" + repo: "https://github.com/lingdocs/pashto-dictionary", + playStore: "https://play.google.com/store/apps/details?id=com.lingdocs.pashto.dictionary", }, { title: "Pashto Inflector", @@ -41,7 +43,6 @@ const About = ({ location }) => {
-
@@ -65,6 +66,11 @@ const About = ({ location }) => { + {project.playStore &&
+ + Get it on Google Play + +
}
))}