Skip to content

Commit

Permalink
translate "text" in "response" in "repeat_responses" of type "talk_t…
Browse files Browse the repository at this point in the history
…opic"
  • Loading branch information
waveyl committed Sep 13, 2024
1 parent eec8c22 commit 869e6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 翻译.js
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ ${wikiSiteBase}${getContext(sourceModName, fullItem, index).replace('%', '%25')}
}
}
}
if (Array.isArray(item.repeat_responses)) {
if (item.repeat_responses) {
for (const response of item.repeat_responses) {
if (response.text === '<topic_item>') {
continue;
Expand Down

0 comments on commit 869e6b4

Please sign in to comment.