Merge branch 'better-still-emoji' into shigusegubu

* better-still-emoji:
  localization
This commit is contained in:
Henry Jameson 2021-06-07 20:26:17 +03:00
commit d6821c003e
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