Merge branch '227-broken-translations' into 'develop'
Resolve "Fix broken i18n translations" Closes #227 See merge request funkwhale/funkwhale!207
This commit is contained in:
commit
bcef31c18e
|
@ -0,0 +1 @@
|
|||
Fixed a few broken translations strings (#227)
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue