From 9b5de0d2d4cb224751c57bdae6558a046351c2f4 Mon Sep 17 00:00:00 2001 From: StefanVukovic99 Date: Fri, 23 Feb 2024 13:32:03 +0100 Subject: fix translator bug, simplify language-transformer (#687) * simplify transformer * use isPartOfSpeech * simplify * rename to isDictionaryForm * NOP --------- Co-authored-by: Darius Jahandarie --- types/ext/language-transformer.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types') diff --git a/types/ext/language-transformer.d.ts b/types/ext/language-transformer.d.ts index 08c7a3dc..88dce0b5 100644 --- a/types/ext/language-transformer.d.ts +++ b/types/ext/language-transformer.d.ts @@ -31,7 +31,7 @@ export type ConditionMapEntries = ConditionMapEntry[]; export type Condition = { name: string; - partsOfSpeech: string[]; + isDictionaryForm: boolean; i18n?: RuleI18n[]; subConditions?: string[]; }; -- cgit v1.2.3