feat(client): keep line breaks of translated text to improve readability
This commit is contained in:
parent
a902576334
commit
cb4d65b5c9
3 changed files with 5 additions and 4 deletions
|
@ -54,8 +54,8 @@
|
|||
<div class="translation" v-if="translating || translation">
|
||||
<MkLoading v-if="translating" mini/>
|
||||
<div class="translated" v-else>
|
||||
<b>{{ $t('translatedFrom', { x: translation.sourceLang }) }}:</b>
|
||||
{{ translation.text }}
|
||||
<b>{{ $t('translatedFrom', { x: translation.sourceLang }) }}: </b>
|
||||
<Mfm :text="translation.text" :author="appearNote.user" :i="$i" :custom-emojis="appearNote.emojis"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue