Update user.header.vue (#2964)

Use new birthday translations in user.header.vue
This commit is contained in:
zwebmedia 2018-10-21 05:34:50 +07:00 committed by syuilo
parent 81e21c4314
commit 35814faf8a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
</div> </div>
<div class="info"> <div class="info">
<span class="location" v-if="user.host === null && user.profile.location">%fa:map-marker% {{ user.profile.location }}</span> <span class="location" v-if="user.host === null && user.profile.location">%fa:map-marker% {{ user.profile.location }}</span>
<span class="birthday" v-if="user.host === null && user.profile.birthday">%fa:birthday-cake% {{ user.profile.birthday.replace('-', '').replace('-', '') + '' }} ({{ age }})</span> <span class="birthday" v-if="user.host === null && user.profile.birthday">%fa:birthday-cake% {{ user.profile.birthday.replace('-', '%i18n:@year%').replace('-', '%i18n:@month%') + '%i18n:@day%' }} ({{ age }}%i18n:@years-old%)</span>
</div> </div>
<div class="status"> <div class="status">
<span class="notes-count"><b>{{ user.notesCount | number }}</b>%i18n:@posts%</span> <span class="notes-count"><b>{{ user.notesCount | number }}</b>%i18n:@posts%</span>