oops
This commit is contained in:
parent
539f7eefdb
commit
1dab65321e
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/pashto-inflector",
|
"name": "@lingdocs/pashto-inflector",
|
||||||
"version": "1.2.9",
|
"version": "1.3.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",
|
||||||
|
|
|
@ -556,7 +556,7 @@ function makePlural(w: T.DictionaryEntryNoFVars): { plural: T.PluralInflections
|
||||||
endsWith({ p: "ی", f: "éy" }, w, true) &&
|
endsWith({ p: "ی", f: "éy" }, w, true) &&
|
||||||
anim
|
anim
|
||||||
) {
|
) {
|
||||||
const { masc, ...rest } = addAnimN3UnisexPluralSuffix();
|
const { masc } = addAnimN3UnisexPluralSuffix();
|
||||||
return {
|
return {
|
||||||
arabicPlural,
|
arabicPlural,
|
||||||
plural: {
|
plural: {
|
||||||
|
|
Loading…
Reference in New Issue