UserCard: Make user roles translateable
I did not add a translation for my native language in this patch because I am not sure how weblate would react, but I did add it locally and it seems to work.
This commit is contained in:
parent
fe78ed78fd
commit
b76a68e622
2 changed files with 5 additions and 2 deletions
|
@ -83,7 +83,7 @@
|
|||
v-if="!!visibleRole"
|
||||
class="alert user-role"
|
||||
>
|
||||
{{ visibleRole }}
|
||||
{{ $t(`user_card.roles.${visibleRole}`) }}
|
||||
</span>
|
||||
<span
|
||||
v-if="user.bot"
|
||||
|
@ -507,7 +507,6 @@
|
|||
|
||||
.user-role {
|
||||
flex: none;
|
||||
text-transform: capitalize;
|
||||
color: $fallback--text;
|
||||
color: var(--alertNeutralText, $fallback--text);
|
||||
background-color: $fallback--fg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue