Skip to content

Commit

Permalink
add astawul aux verb
Browse files Browse the repository at this point in the history
  • Loading branch information
adueck committed Dec 18, 2023
1 parent 53fe184 commit eca395b
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pashto-inflector",
"version": "7.0.7",
"version": "7.0.8",
"author": "lingdocs.com",
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
"homepage": "https://verbs.lingdocs.com",
Expand Down
4 changes: 2 additions & 2 deletions src/components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lingdocs/ps-react",
"version": "7.0.7",
"version": "7.0.8",
"description": "Pashto inflector library module with React components",
"main": "dist/components/library.js",
"module": "dist/components/library.js",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lingdocs/inflect",
"version": "7.0.7",
"version": "7.0.8",
"description": "Pashto inflector library",
"main": "dist/index.js",
"types": "dist/lib/library.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions src/lib/src/dyn-comp-aux-verbs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,4 +547,17 @@ export const dynamicAuxVerbs: Array<{
noOo: true,
},
},
{
entry: {
ts: 1527812458,
i: 567,
p: "استول",
f: "astawul",
g: "astawul",
e: "to send",
r: 4,
c: "v. trans.",
ec: "send,sends,sending,sent,sent",
},
},
];

0 comments on commit eca395b

Please sign in to comment.