forked from AkkomaGang/akkoma-fe
add translation
This commit is contained in:
parent
d76bd0044f
commit
beaf512573
2 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
<template v-else>
|
||||
<div v-if="statusoid.pinned" class="status-pin">
|
||||
<i class="fa icon-pin faint"></i>
|
||||
<span class="faint">Pinned</span>
|
||||
<span class="faint">{{$t('status.pinned')}}</span>
|
||||
</div>
|
||||
<div v-if="retweet && !noHeading && !inConversation" :class="[repeaterClass, { highlighted: repeaterStyle }]" :style="[repeaterStyle]" class="media container retweet-info">
|
||||
<UserAvatar class="media-left" v-if="retweet" :betterShadow="betterShadow" :user="statusoid.user"/>
|
||||
|
|
|
@ -405,6 +405,7 @@
|
|||
"delete": "Delete status",
|
||||
"pin": "Pin on profile",
|
||||
"unpin": "Unpin from profile",
|
||||
"pinned": "Pinned",
|
||||
"delete_confirm": "Do you really want to delete this status?",
|
||||
"reply_to": "Reply to",
|
||||
"replies_list": "Replies:"
|
||||
|
|
Loading…
Reference in a new issue