Skip to content

Commit d06e1c9

Browse files
committed
fix compound adjective emphasis
1 parent 2110dce commit d06e1c9

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: { ...adjective, emphasis },
141+
adjective: { ...adjective, emphasis: adjective.emphasis || emphasis },
142142
inWayPhrase: modifier.inWayPhrase,
143143
};
144144
} else {

0 commit comments

Comments
 (0)