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" @click.prevent="onClick"
> >
<!-- eslint-disable vue/no-v-html --> <!-- 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 --> <!-- eslint-enable vue/no-v-html -->
</button> </button>
<span <span

View file

@ -711,7 +711,8 @@
"hide_content": "Hide content", "hide_content": "Hide content",
"status_deleted": "This post was deleted", "status_deleted": "This post was deleted",
"nsfw": "NSFW", "nsfw": "NSFW",
"expand": "Expand" "expand": "Expand",
"you": "(You)"
}, },
"user_card": { "user_card": {
"approve": "Approve", "approve": "Approve",

View file

@ -579,7 +579,8 @@
"hide_full_subject": "Piilota koko otsikko", "hide_full_subject": "Piilota koko otsikko",
"show_content": "Näytä sisältö", "show_content": "Näytä sisältö",
"hide_content": "Piilota sisältö", "hide_content": "Piilota sisältö",
"status_deleted": "Poistettu viesti" "status_deleted": "Poistettu viesti",
"you": "(sinä)"
}, },
"user_card": { "user_card": {
"approve": "Hyväksy", "approve": "Hyväksy",