Put punctuation into i18n, remove commented line
This commit is contained in:
parent
39c0f98857
commit
201b4d6de4
3 changed files with 3 additions and 4 deletions
|
@ -34,7 +34,6 @@
|
||||||
<div class="usercard" v-if="userExpanded">
|
<div class="usercard" v-if="userExpanded">
|
||||||
<user-card-content :user="status.user" :switcher="false"></user-card-content>
|
<user-card-content :user="status.user" :switcher="false"></user-card-content>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div v-if="!noHeading" class="media-body container media-heading"> -->
|
|
||||||
<div v-if="!noHeading" class="media-heading">
|
<div v-if="!noHeading" class="media-heading">
|
||||||
<div class="heading-name-row">
|
<div class="heading-name-row">
|
||||||
<h4 class="user-name" v-if="status.user.name_html" v-html="status.user.name_html"></h4>
|
<h4 class="user-name" v-if="status.user.name_html" v-html="status.user.name_html"></h4>
|
||||||
|
@ -77,7 +76,7 @@
|
||||||
</router-link>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
<h4 class="replies" v-if="inConversation && !noReplyLinks">
|
<h4 class="replies" v-if="inConversation && !noReplyLinks">
|
||||||
<small class="faint" v-if="replies.length">{{$t('status.replies')}}:</small>
|
<small class="faint" v-if="replies.length">{{$t('status.replies_list')}}</small>
|
||||||
<small class="reply-link" v-for="reply in replies">
|
<small class="reply-link" v-for="reply in replies">
|
||||||
<a href="#" @click.prevent="gotoOriginal(reply.id)" @mouseenter="replyEnter(reply.id, $event)" @mouseout="replyLeave()">{{reply.name}} </a>
|
<a href="#" @click.prevent="gotoOriginal(reply.id)" @mouseenter="replyEnter(reply.id, $event)" @mouseout="replyLeave()">{{reply.name}} </a>
|
||||||
</small>
|
</small>
|
||||||
|
|
|
@ -351,7 +351,7 @@
|
||||||
},
|
},
|
||||||
"status": {
|
"status": {
|
||||||
"reply_to": "Reply to",
|
"reply_to": "Reply to",
|
||||||
"replies": "Replies"
|
"replies_list": "Replies:"
|
||||||
},
|
},
|
||||||
"user_card": {
|
"user_card": {
|
||||||
"approve": "Approve",
|
"approve": "Approve",
|
||||||
|
|
|
@ -217,7 +217,7 @@
|
||||||
},
|
},
|
||||||
"status": {
|
"status": {
|
||||||
"reply_to": "Vastaus",
|
"reply_to": "Vastaus",
|
||||||
"replies": "Vastaukset"
|
"replies_list": "Vastaukset:"
|
||||||
},
|
},
|
||||||
"user_card": {
|
"user_card": {
|
||||||
"approve": "Hyväksy",
|
"approve": "Hyväksy",
|
||||||
|
|
Loading…
Reference in a new issue