Fix problem that no line breaks
This commit is contained in:
parent
3d7520dba1
commit
6280a91b7b
|
@ -64,7 +64,7 @@ class Translate {
|
||||||
|
|
||||||
//翻訳文を取得
|
//翻訳文を取得
|
||||||
for (const response of result.response[0]) {
|
for (const response of result.response[0]) {
|
||||||
resultData.resultText += response[0];
|
resultData.resultText += `${response[0]}\n`;
|
||||||
}
|
}
|
||||||
|
|
||||||
//訳候補を取得
|
//訳候補を取得
|
||||||
|
|
Loading…
Reference in a new issue