cleanup
This commit is contained in:
parent
5a7bcff263
commit
6128dfa1d3
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "pashto-inflector",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "pashto-inflector",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.1",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "pashto-inflector",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.1",
|
||||
"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",
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@lingdocs/ps-react",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@lingdocs/ps-react",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@formkit/auto-animate": "^1.0.0-beta.3",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lingdocs/ps-react",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.1",
|
||||
"description": "Pashto inflector library module with React components",
|
||||
"main": "dist/components/library.js",
|
||||
"module": "dist/components/library.js",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lingdocs/inflect",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.1",
|
||||
"description": "Pashto inflector library",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/lib/library.d.ts",
|
||||
|
|
|
@ -70,6 +70,20 @@ const toTest: Array<{
|
|||
in: { p: string; f: string };
|
||||
out: string | undefined;
|
||||
}> = [
|
||||
{
|
||||
in: {
|
||||
p: "شئ",
|
||||
f: "shey",
|
||||
},
|
||||
out: "شئ",
|
||||
},
|
||||
{
|
||||
in: {
|
||||
p: "کړئ",
|
||||
f: "kRey",
|
||||
},
|
||||
out: "کْړئ",
|
||||
},
|
||||
{
|
||||
in: {
|
||||
p: "کور",
|
||||
|
|
|
@ -7,9 +7,8 @@
|
|||
*/
|
||||
|
||||
module.exports = [
|
||||
{ ts: 1527822004, e: "last, final" }, // آخرینی - aakhireenéy
|
||||
{ ts: 1591872915426, e: "Afghan (person)" }, // افغانی - afghaanéy
|
||||
{ ts: 1612616237182, e: "Pakistani (person)"}, // پاکستانی - paakistaanéy
|
||||
{ ts: 1612616237182, e: "Pakistani (person)" }, // پاکستانی - paakistaanéy
|
||||
{ ts: 1527813400, e: "current" }, // اوسنی - oosanéy
|
||||
{ ts: 1527815661, e: "first" }, // اولنی - awwalunéy
|
||||
{ ts: 1527812476, e: "child" }, // بچی - bachéy
|
||||
|
|
|
@ -19,7 +19,7 @@ module.exports = [
|
|||
{ ts: 1527822859, e: "dishevelled, messy, curly (with hair etc.)" }, // څپولی
|
||||
{ ts: 1527811466, e: "researcher" }, // څېړونکی
|
||||
{ ts: 1527812377, e: "obedient, submissive" }, // حکم منونکی
|
||||
{ ts: 1527817299, e: "amazing, surprising" }, // حیرانوونکی
|
||||
{ ts: 1690458841825, e: "amazing, surprising" }, // حیرانوونکی
|
||||
{ ts: 1527813282, e: "seller" }, // خرڅوونکی
|
||||
{ ts: 1527812809, e: "malnourished" }, // خوار ځواکی
|
||||
{ ts: 1591871233587, e: "well-spoken" }, // خوږژبی
|
||||
|
|
Loading…
Reference in New Issue