logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 8045d1866ecb08a606a2891a9f179c1e7e968e9b
parent 60903272366e1f236041841af3dca86628901a35
Author: Henry Jameson <me@hjkos.com>
Date:   Mon,  7 Jun 2021 20:25:09 +0300

localization

Diffstat:

Msrc/components/mention_link/mention_link.vue2+-
Msrc/i18n/en.json3++-
Msrc/i18n/fi.json3++-
3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/components/mention_link/mention_link.vue b/src/components/mention_link/mention_link.vue @@ -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 diff --git a/src/i18n/en.json b/src/i18n/en.json @@ -711,7 +711,8 @@ "hide_content": "Hide content", "status_deleted": "This post was deleted", "nsfw": "NSFW", - "expand": "Expand" + "expand": "Expand", + "you": "(You)" }, "user_card": { "approve": "Approve", diff --git a/src/i18n/fi.json b/src/i18n/fi.json @@ -579,7 +579,8 @@ "hide_full_subject": "Piilota koko otsikko", "show_content": "Näytä sisältö", "hide_content": "Piilota sisältö", - "status_deleted": "Poistettu viesti" + "status_deleted": "Poistettu viesti", + "you": "(sinä)" }, "user_card": { "approve": "Hyväksy",