Skip to content
Snippets Groups Projects
Verified Commit e3d2c010 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fix #227: fixed a few broken translation strings

parent 54008aa3
No related branches found
No related tags found
No related merge requests found
Fixed a few broken translations strings (#227)
...@@ -14,8 +14,7 @@ ...@@ -14,8 +14,7 @@
<i18next path="From album {%0%} by {%1%}"> <i18next path="From album {%0%} by {%1%}">
<router-link :to="{name: 'library.albums.detail', params: {id: track.album.id }}"> <router-link :to="{name: 'library.albums.detail', params: {id: track.album.id }}">
{{ track.album.title }} {{ track.album.title }}
</router-link> </router-link><router-link :to="{name: 'library.artists.detail', params: {id: track.artist.id }}">
<router-link :to="{name: 'library.artists.detail', params: {id: track.artist.id }}">
{{ track.artist.name }} {{ track.artist.name }}
</router-link> </router-link>
</i18next> </i18next>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
</div> </div>
<div class="meta"> <div class="meta">
<i class="clock icon"></i> <i class="clock icon"></i>
<i18next path="Updated {%date%}"> <i18next path="Updated {%0%}">
<human-date :date="playlist.modification_date" /> <human-date :date="playlist.modification_date" />
</i18next> </i18next>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment