Fix #227: fixed a few broken translation strings

This commit is contained in:
Eliot Berriot 2018-05-22 23:38:18 +02:00
parent 54008aa37c
commit e3d2c010ee
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
3 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1 @@
Fixed a few broken translations strings (#227)

View File

@ -14,8 +14,7 @@
<i18next path="From album {%0%} by {%1%}">
<router-link :to="{name: 'library.albums.detail', params: {id: track.album.id }}">
{{ track.album.title }}
</router-link>
<router-link :to="{name: 'library.artists.detail', params: {id: track.artist.id }}">
</router-link><router-link :to="{name: 'library.artists.detail', params: {id: track.artist.id }}">
{{ track.artist.name }}
</router-link>
</i18next>

View File

@ -11,7 +11,7 @@
</div>
<div class="meta">
<i class="clock icon"></i>
<i18next path="Updated {%date%}">
<i18next path="Updated {%0%}">
<human-date :date="playlist.modification_date" />
</i18next>
</div>