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

See #542: fixed pluralization issue

parent 222231c0
No related branches found
No related tags found
No related merge requests found
...@@ -36,8 +36,8 @@ ...@@ -36,8 +36,8 @@
<i class="database icon"></i> <i class="database icon"></i>
{{ library.size | humanSize }} {{ library.size | humanSize }}
</span> </span>
<i class="music icon"></i> <i class="music icon"></i> {{ library.uploads_count }}
<translate :translate-params="{count: library.uploads_count}" :translate-n="library.uploads_count" translate-plural="%{ count } tracks">1 tracks</translate> <translate :translate-params="{count: library.uploads_count}" :translate-n="library.uploads_count" translate-plural="%{ count } tracks">1 track</translate>
</div> </div>
</div> </div>
<div class="ui bottom basic attached buttons"> <div class="ui bottom basic attached buttons">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment