Update user.header.vue (#2964)
Use new birthday translations in user.header.vue
This commit is contained in:
		| @@ -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> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 zwebmedia
					zwebmedia