Skip to content

Commit

Permalink
Update Word type, add language Ukrainiang [uk]
Browse files Browse the repository at this point in the history
  • Loading branch information
corscheid committed Mar 8, 2024
1 parent 2aa0e1a commit 884053e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type Dialect = 'interdialect' | 'forest' | 'reef';
type NounMode = 'something' | 'normal noun' | 'verb-er';
type AdjectiveMode = 'any' | 'something' | 'none' | 'normal adjective' | 'genitive noun' | 'origin noun' | 'participle verb' | 'active participle verb' | 'passive participle verb';
type NameEnding = 'random' | "'ite" | "'itan" | "'itu";
type LanguageCode = 'de' | 'en' | 'es' | 'et' | 'fr' | 'hu' | 'nl' | 'pl' | 'pt' | 'ru' | 'sv' | 'tr';
type LanguageCode = 'de' | 'en' | 'es' | 'et' | 'fr' | 'hu' | 'nl' | 'pl' | 'pt' | 'ru' | 'sv' | 'tr' | 'uk';
type LenitionTable = {
kx: string;
px: string;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fwew.js",
"version": "2.4.0",
"version": "2.4.1",
"author": "Corey Scheideman",
"license": "GPL-3.0",
"description": "JavaScript wrapper for the Fwew Na'vi Dictionary API written in TypeScript",
Expand Down
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ type LanguageCode =
| 'ru'
| 'sv'
| 'tr'
| 'uk'

type LenitionTable = {
kx: string
Expand Down

0 comments on commit 884053e

Please sign in to comment.