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
|
@ -729,6 +729,10 @@
|
|||
"quarantine": "Disallow user posts from federating",
|
||||
"delete_user": "Delete user",
|
||||
"delete_user_confirmation": "Are you absolutely sure? This action cannot be undone."
|
||||
},
|
||||
"roles": {
|
||||
"admin": "Admin",
|
||||
"moderator": "Moderator"
|
||||
}
|
||||
},
|
||||
"user_profile": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue