diff --git a/CHANGELOG.md b/CHANGELOG.md index fe6206c72..28eaac238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ### Improvements - クライアント: 返信先やRenoteに対しても自動折りたたみされるように - クライアント: 長いスレッドの表示を改善 +- クライアント: 翻訳にもMFMを適用し、元の文章の改行などを保持するように - クライアント: アカウント削除に確認ダイアログを出すように ### Bugfixes diff --git a/packages/client/src/components/note-detailed.vue b/packages/client/src/components/note-detailed.vue index 55e0fb861..fd4883e66 100644 --- a/packages/client/src/components/note-detailed.vue +++ b/packages/client/src/components/note-detailed.vue @@ -70,8 +70,8 @@
- {{ $t('translatedFrom', { x: translation.sourceLang }) }}: - {{ translation.text }} + {{ $t('translatedFrom', { x: translation.sourceLang }) }}: +
diff --git a/packages/client/src/components/note.vue b/packages/client/src/components/note.vue index a948ca2e4..08654b17c 100644 --- a/packages/client/src/components/note.vue +++ b/packages/client/src/components/note.vue @@ -54,8 +54,8 @@
- {{ $t('translatedFrom', { x: translation.sourceLang }) }}: - {{ translation.text }} + {{ $t('translatedFrom', { x: translation.sourceLang }) }}: +