Merge branch 'fix/localize-bot-label' into 'develop'
Make bot label localizable See merge request pleroma/pleroma-fe!1342
This commit is contained in:
commit
b2a96417cf
@ -89,7 +89,7 @@
|
|||||||
v-if="user.bot"
|
v-if="user.bot"
|
||||||
class="alert user-role"
|
class="alert user-role"
|
||||||
>
|
>
|
||||||
bot
|
{{ $t('user_card.bot') }}
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
<span v-if="user.locked">
|
<span v-if="user.locked">
|
||||||
|
@ -716,6 +716,7 @@
|
|||||||
"mute_progress": "Muting…",
|
"mute_progress": "Muting…",
|
||||||
"hide_repeats": "Hide repeats",
|
"hide_repeats": "Hide repeats",
|
||||||
"show_repeats": "Show repeats",
|
"show_repeats": "Show repeats",
|
||||||
|
"bot": "Bot",
|
||||||
"admin_menu": {
|
"admin_menu": {
|
||||||
"moderation": "Moderation",
|
"moderation": "Moderation",
|
||||||
"grant_admin": "Grant Admin",
|
"grant_admin": "Grant Admin",
|
||||||
|
Loading…
Reference in New Issue
Block a user