localization

This commit is contained in:
Henry Jameson 2021-06-07 20:25:09 +03:00
parent 6090327236
commit 8045d1866e
3 changed files with 5 additions and 3 deletions

View file

@ -19,7 +19,7 @@
@click.prevent="onClick"
>
<!-- eslint-disable vue/no-v-html -->
<span class="shortName">@<span v-html="userName" /></span> <span v-if="isYou">(You)</span>
<span class="shortName">@<span v-html="userName" /></span> <span v-if="isYou">{{ $t('status.you')}}</span>
<!-- eslint-enable vue/no-v-html -->
</button>
<span