forked from AkkomaGang/akkoma-fe
Make bot label localizable
This commit is contained in:
parent
8b7c367b04
commit
da807a12fb
2 changed files with 2 additions and 1 deletions
|
@ -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 a new issue