Skip to content

Commit 2110dce

Browse files
committed
add emphasis to compound adjective
1 parent 3ab1e15 commit 2110dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/translator/phrase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ function adjectivePhrase(
138138
case "compound":
139139
if (modifier.adverb.length === 0) {
140140
return {
141-
adjective,
141+
adjective: { ...adjective, emphasis },
142142
inWayPhrase: modifier.inWayPhrase,
143143
};
144144
} else {

0 commit comments

Comments
 (0)