translated profile partially

This commit is contained in:
Grzegorz Leoniec 2018-12-18 12:34:35 +01:00
parent 4bb2d81fb0
commit c539dd1276
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -30,7 +30,7 @@
color="soft"
size="small"
>
Mitglied seit {{ user.createdAt | date('MMMM yyyy') }}
{{ $t('profile.memberSince') }} {{ user.createdAt | date('MMMM yyyy') }}
</ds-text>
</ds-space>
<ds-space
@ -44,7 +44,7 @@
<ds-flex>
<ds-flex-item>
<no-ssr>
<ds-number label="Folgen">
<ds-number :label="$t('profile.following')">
<hc-count-to
slot="count"
:end-val="followedByCount"
@ -54,7 +54,7 @@
</ds-flex-item>
<ds-flex-item>
<no-ssr>
<ds-number label="Folgt">
<ds-number :label="$t('profile.followers')">
<hc-count-to
slot="count"
:end-val="Number(user.followingCount) || 0"