i18n (wip)

This commit is contained in:
Craig 2020-04-05 02:57:22 +00:00
parent bf51a3ff3a
commit 75f54db90e
15 changed files with 178 additions and 57 deletions

View file

@ -24,7 +24,7 @@
boundariesElement: 'body',
}"
>
<strong v-if="message.id === id">You</strong>
<strong v-if="message.id === id">{{ $t('you') }}</strong>
<strong v-else>{{ member(message.id).displayname }}</strong>
{{ message.content }}
</div>