Prepare for i18n.

This commit is contained in:
Roger Braun 2017-11-07 15:14:37 +01:00
parent 81b0849889
commit 7516cd859f
11 changed files with 142 additions and 52 deletions

View file

@ -10,7 +10,7 @@
<div class="user-name">
{{ user.name }}
<span class="follows-you" v-if="!userExpanded && showFollows && user.follows_you">
Follows you!
{{ $t('user_card.follows_you') }}
</span>
</div>
<a :href="user.statusnet_profile_url" target="blank"><div class="user-screen-name">@{{ user.screen_name }}</div></a>