mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-15 17:22:44 +02:00
translation key 'you' should be optional.
This commit is contained in:
parent
6c4cc0cc89
commit
8a0d0bac0c
2 changed files with 15 additions and 11 deletions
|
@ -24,7 +24,7 @@
|
|||
boundariesElement: 'body',
|
||||
}"
|
||||
>
|
||||
<strong v-if="message.id === id">{{ $t('you') }}</strong>
|
||||
<strong v-if="message.id === id && $te('you')">{{ $t('you') }}</strong>
|
||||
<strong v-else>{{ member(message.id).displayname }}</strong>
|
||||
{{ message.content }}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue