formula typo
This commit is contained in:
parent
5259305822
commit
9b0c451458
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/pashto-inflector",
|
"name": "@lingdocs/pashto-inflector",
|
||||||
"version": "2.1.9",
|
"version": "2.2.0",
|
||||||
"author": "lingdocs.com",
|
"author": "lingdocs.com",
|
||||||
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
||||||
"homepage": "https://verbs.lingdocs.com",
|
"homepage": "https://verbs.lingdocs.com",
|
||||||
|
|
|
@ -40,12 +40,12 @@ const verbTenseOptions: { label: string | JSX.Element, value: T.VerbTense, formu
|
||||||
label: <div><i className="fas fa-video mr-2" />habitual continual past</div>,
|
label: <div><i className="fas fa-video mr-2" />habitual continual past</div>,
|
||||||
value: "habitualImperfectivePast",
|
value: "habitualImperfectivePast",
|
||||||
formula: "ba + contiunous past",
|
formula: "ba + contiunous past",
|
||||||
modalFormula: `ba + imperfective past modal`,
|
modalFormula: `ba + simple past modal`,
|
||||||
}, {
|
}, {
|
||||||
label: <div><i className="fas fa-camera mr-2" />habitual simple past</div>,
|
label: <div><i className="fas fa-camera mr-2" />habitual simple past</div>,
|
||||||
value: "habitualPerfectivePast",
|
value: "habitualPerfectivePast",
|
||||||
formula: "ba + simple past",
|
formula: "ba + simple past",
|
||||||
modalFormula: `ba + perfective past modal`,
|
modalFormula: `ba + continuous past modal`,
|
||||||
}];
|
}];
|
||||||
|
|
||||||
const perfectTenseOptions: { label: string | JSX.Element, value: T.PerfectTense, formula: string }[] = [{
|
const perfectTenseOptions: { label: string | JSX.Element, value: T.PerfectTense, formula: string }[] = [{
|
||||||
|
|
Loading…
Reference in New Issue