more
This commit is contained in:
parent
0ce52411ad
commit
fcefb9e5dc
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lingdocs/pashto-inflector",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"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",
|
||||
|
|
|
@ -63,6 +63,10 @@ import {
|
|||
isInvalidSubjObjCombo,
|
||||
randomSubjObj,
|
||||
} from "./lib/np-tools";
|
||||
import {
|
||||
getEnglishFromRendered,
|
||||
getPashtoFromRendered,
|
||||
} from "./lib/phrase-building/np-tools"; // TODO should be one np-tools file?
|
||||
import {
|
||||
convertSpelling,
|
||||
revertSpelling,
|
||||
|
@ -213,6 +217,8 @@ export {
|
|||
isThirdPerson,
|
||||
psJSXMap,
|
||||
renderNPSelection,
|
||||
getEnglishFromRendered,
|
||||
getPashtoFromRendered,
|
||||
// protobuf helpers
|
||||
readDictionary,
|
||||
writeDictionary,
|
||||
|
|
Loading…
Reference in New Issue