We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de33c8b commit 42aee1fCopy full SHA for 42aee1f
src/translator.ts
@@ -330,7 +330,7 @@ function modifier(modifier: TokiPona.Modifier): Output<ModifierTranslation> {
330
modifier.noun.preposition.length === 0
331
)
332
.filter((modifier) =>
333
- modifier.type != "adjective" || modifier.inWayPhrase != null
+ modifier.type != "adjective" || modifier.inWayPhrase == null
334
);
335
case "nanpa":
336
return phrase(modifier.phrase, "object").filterMap((phrase) => {
0 commit comments