This commit is contained in:
lingdocs 2022-04-12 16:20:03 +05:00
parent ecbb02ce5f
commit c8afc4f7cb
4 changed files with 9 additions and 17 deletions

View File

@ -5,7 +5,7 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@lingdocs/lingdocs-main": "^0.2.0",
"@lingdocs/pashto-inflector": "^1.8.8",
"@lingdocs/pashto-inflector": "^1.9.3",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",

View File

@ -3,14 +3,6 @@ title: Phrase Builder
fullWidth: true
---
import {
VPExplorer,
defaultTextOptions,
} from "@lingdocs/pashto-inflector";
import { nouns, verbs } from "../../words/words";
import VPBuilder from "../../components/VPBuilder";
<VPExplorer
opts={defaultTextOptions}
nouns={nouns}
verbs={verbs}
/>
<VPBuilder />

View File

@ -92,7 +92,7 @@ The subjunctive is made the same way as its cousin the <Link to="/verbs/present-
<Examples opts={opts}>{psmd([
{ p: "امکان شته چې **لاړ شي**.", f: "imkaan shta che **láaR shee**.", e: "There's a possibility that he'll go." },
{ p: "شاید هغه نن **ووینم**.", f: "shaayid haghá nun **óoweenum**." },
{ p: "شاید هغه نن **ووینم**.", f: "shaayid haghá nun **óoweenum**.", e: "Maybe I'll see him today." },
{ p: "کېدی شي چې پولیس یې **ونیسي**.", f: "kedey shee che polees ye **óoneesee**", e: "The police could catch him." },
])}</Examples>
@ -109,7 +109,7 @@ When you use the negative <InlinePs opts={opts} ps={{ p: "نه", f: "nú" }} />
<Examples opts={opts}>{psmd([
{ p: "هغه وتړه چې **و**نه **تښتي**.", f: "hagha óotaRa che **oo**-nú-**tuxtee**.", e: "Tie him up so that he doesn't escape." },
{ p: "کړګۍ بنده کړه چې هوا دننه **را**نه **شي**", f: "kiRkúy banda kRa che hawaa dununa **raa**-nú-**shee**", e: "Close the windon so the air doesn't come inside." },
{ p: "کړګۍ بنده کړه چې هوا دننه **را**نه **شي**", f: "kiRkúy banda kRa che hawaa dununa **raa**-nú-**shee**", e: "Close the window so the air doesn't come inside." },
])}</Examples>
## With Subordinate Clauses

View File

@ -1684,10 +1684,10 @@
pbf "^3.2.1"
rambda "^6.7.0"
"@lingdocs/pashto-inflector@^1.8.8":
version "1.8.8"
resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-1.8.8.tgz#dd5b40a93a6200a2da8cd8cbf6c2faf1ef47a50a"
integrity sha512-2aDoCddJnkQBr4evGSRz7+sinFFHkqpyfnB9ELIPNc1t4pmDuQYI2zbTULTpIKJWL0MnmPDewtY6iW/8j6Gu9A==
"@lingdocs/pashto-inflector@^1.9.0":
version "1.9.0"
resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-1.9.0.tgz#ac79db362c638b3b9f8d5bc73212d60a57ae0443"
integrity sha512-2MCPHiyaHxr9MCLh+vVF1gaaIrbWGhzp9GAVEbU1qrNn3FoOEBzhxiijQ1Lny0pQkYWRo5IXDeqJHVEP2jAnFg==
dependencies:
classnames "^2.2.6"
pbf "^3.2.1"