mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 09:19:56 +02:00
Added context strings
This commit is contained in:
parent
041dc3c89b
commit
55fec09e1b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
<duration :seconds="playlist.duration" />
|
||||
|
|
||||
<i class="sound icon"></i>
|
||||
<translate
|
||||
<translate :translate-context="'Content/*/Card/List item'"
|
||||
translate-plural="%{ count } tracks"
|
||||
:translate-n="playlist.tracks_count"
|
||||
:translate-params="{count: playlist.tracks_count}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue