Fix problem that no line breaks

This commit is contained in:
sienori 2018-06-07 13:18:09 +09:00
parent 3d7520dba1
commit 6280a91b7b

View file

@ -64,7 +64,7 @@ class Translate {
//翻訳文を取得
for (const response of result.response[0]) {
resultData.resultText += response[0];
resultData.resultText += `${response[0]}\n`;
}
//訳候補を取得