This commit is contained in:
syuilo
2018-11-10 00:28:50 +09:00
parent 8b9454eaee
commit 27bdb26202
3 changed files with 4 additions and 3 deletions

View File

@ -27,7 +27,7 @@
<fa icon="map-marker"/>{{ user.profile.location }}
</p>
<p class="birthday" v-if="user.host === null && user.profile.birthday">
<fa icon="birthday-cake"/>{{ user.profile.birthday.replace('-', '年').replace('-', '月') + '日' }} ({{ age }})
<fa icon="birthday-cake"/>{{ user.profile.birthday.replace('-', '年').replace('-', '月') + '日' }} ({{ $t('years-old', { age }) }})
</p>
</div>
<div class="status">