dictionary links
This commit is contained in:
parent
1e40800a8f
commit
f7bd948979
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Dictionary
|
||||||
|
---
|
||||||
|
|
||||||
|
This grammar is paired with the [LingDocs Pashto Dictionary](https://dictionary.lingdocs.com). 📚
|
|
@ -120,9 +120,13 @@ import * as games from "!babel-loader!@lingdocs/mdx-loader!./games.mdx";
|
||||||
|
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
import * as pronounPicker from "!babel-loader!@lingdocs/mdx-loader!./practice-tools/pronoun-picker.mdx";
|
import * as pronounPicker from "!babel-loader!@lingdocs/mdx-loader!./practice-tools/pronoun-picker.mdx";
|
||||||
|
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
import * as phraseBuilder from "!babel-loader!@lingdocs/mdx-loader!./phrase-builder.mdx";
|
import * as phraseBuilder from "!babel-loader!@lingdocs/mdx-loader!./phrase-builder.mdx";
|
||||||
|
|
||||||
|
// @ts-ignore
|
||||||
|
import * as dictionary from "!babel-loader!@lingdocs/mdx-loader!./dictionary.mdx";
|
||||||
|
|
||||||
type ChapterSection = {
|
type ChapterSection = {
|
||||||
import: any,
|
import: any,
|
||||||
slug: string,
|
slug: string,
|
||||||
|
@ -408,12 +412,12 @@ const contentTree: (ChapterSection | ChaptersSection)[] = [
|
||||||
import: pronounPicker,
|
import: pronounPicker,
|
||||||
slug: "pronoun-picker",
|
slug: "pronoun-picker",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
import: phraseBuilder,
|
|
||||||
slug: "phrase-builder",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
slug: "Dictionary",
|
||||||
|
import: dictionary,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export const content = contentTree.map((item) => {
|
export const content = contentTree.map((item) => {
|
||||||
|
|
|
@ -47,6 +47,8 @@ This grammar is mostly complete but is still a work in progress. Stay tuned for
|
||||||
- Youtube: <a href="https://www.youtube.com/channel/UC1-yjDec5VDtia5s1gcMw4A">LingDocs YouTube Channel</a>
|
- Youtube: <a href="https://www.youtube.com/channel/UC1-yjDec5VDtia5s1gcMw4A">LingDocs YouTube Channel</a>
|
||||||
- Email: dev234 AT lingdocs DOT com
|
- Email: dev234 AT lingdocs DOT com
|
||||||
|
|
||||||
|
**Note:** This grammar is paired with the [LingDocs Pashto Dictionary](https://dictionary.lingdocs.com). 📚
|
||||||
|
|
||||||
> "Part of the task of the grammarian is ... to unravel the complexities of languages, and, as far as possible, simplify them." Frank Palmer - [Grammar](https://www.amazon.com/gp/product/B000S5VSAS)
|
> "Part of the task of the grammarian is ... to unravel the complexities of languages, and, as far as possible, simplify them." Frank Palmer - [Grammar](https://www.amazon.com/gp/product/B000S5VSAS)
|
||||||
|
|
||||||
I hope this grammar helps to show that **Pashto isn't difficult... it's rich and beautiful**.
|
I hope this grammar helps to show that **Pashto isn't difficult... it's rich and beautiful**.
|
Loading…
Reference in New Issue