mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Translate and use the count system for counts.videos
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</router-link>
|
||||
<h5 class="text-h5 ml-16">{{ playlist.videos }} Videos</h5>
|
||||
<h5 class="text-h5 ml-16">{{ $tc('counts.videos', playlist.videos) }}</h5>
|
||||
</v-card-text>
|
||||
<v-card-actions>
|
||||
<v-btn icon x-large link :href="getRssUrl"><v-icon x-large>mdi-rss-box</v-icon></v-btn>
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
"preferences": "Preferences",
|
||||
"history": "Watch History"
|
||||
},
|
||||
"counts": {
|
||||
"videos": "No videos | One Video | {count} Videos"
|
||||
},
|
||||
"actions": {
|
||||
"subscribe": "Subscribe",
|
||||
"unsubscribe": "Unsubscribe",
|
||||
|
||||
Reference in New Issue
Block a user