We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db97fde commit ae91a28Copy full SHA for ae91a28
1 file changed
src/translator2/word_unit.ts
@@ -100,6 +100,7 @@ function defaultWordUnit(
100
prepositions: [],
101
predicateType: "verb",
102
hideVerb: false,
103
+ emphasis: false,
104
});
105
default:
106
return IterableResult.empty();
@@ -109,7 +110,6 @@ function defaultWordUnit(
109
110
export function wordUnit(
111
options: Readonly<{
112
wordUnit: TokiPona.WordUnit;
- place: Place;
113
includeGerund: boolean;
114
}>,
115
): IterableResult<WordUnitTranslation> {
0 commit comments