add mrf tags display on user profile
This commit is contained in:
parent
eed89f2165
commit
bf0403e330
2 changed files with 15 additions and 1 deletions
|
|
@ -212,6 +212,12 @@
|
||||||
>
|
>
|
||||||
{{ $t('user_card.group') }}
|
{{ $t('user_card.group') }}
|
||||||
</span>
|
</span>
|
||||||
|
<span
|
||||||
|
v-for="tag in user.tags"
|
||||||
|
class="alert warning user-role"
|
||||||
|
>
|
||||||
|
{{ $t('user_card.tags.' + tag) }}
|
||||||
|
</span>
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -1737,7 +1737,15 @@
|
||||||
},
|
},
|
||||||
"personal_note": "Personal note",
|
"personal_note": "Personal note",
|
||||||
"note_blank_click": "Click to add note",
|
"note_blank_click": "Click to add note",
|
||||||
"highlight_header": "Highlight user's posts and mentions"
|
"highlight_header": "Highlight user's posts and mentions",
|
||||||
|
"tags": {
|
||||||
|
"mrf_tag:media-force-nsfw": "Mark as sensitive",
|
||||||
|
"mrf_tag:media-strip": "Remove attachments",
|
||||||
|
"mrf_tag:force-unlisted": "Force unlisted",
|
||||||
|
"mrf_tag:sandbox": "Remove from public timelines",
|
||||||
|
"mrf_tag:disable-remote-subscription": "Reject non-local follow requests",
|
||||||
|
"mrf_tag:disable-any-subscription": "Reject any follow requests"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"user_profile": {
|
"user_profile": {
|
||||||
"timeline_title": "User timeline",
|
"timeline_title": "User timeline",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue