logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: da807a12fb2b1862205b2c1163326806cca6bd26
parent 8b7c367b0478ac3907480e3a354612473fc0ba08
Author: rinpatch <rin@patch.cx>
Date:   Fri, 12 Feb 2021 12:01:16 +0300

Make bot label localizable

Diffstat:

Msrc/components/user_card/user_card.vue2+-
Msrc/i18n/en.json1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue @@ -89,7 +89,7 @@ v-if="user.bot" class="alert user-role" > - bot + {{ $t('user_card.bot') }} </span> </template> <span v-if="user.locked"> diff --git a/src/i18n/en.json b/src/i18n/en.json @@ -716,6 +716,7 @@ "mute_progress": "Muting…", "hide_repeats": "Hide repeats", "show_repeats": "Show repeats", + "bot": "Bot", "admin_menu": { "moderation": "Moderation", "grant_admin": "Grant Admin",