diff --git a/src/routes/Playlist.vue b/src/routes/Playlist.vue index 2cba7ab..75d688c 100644 --- a/src/routes/Playlist.vue +++ b/src/routes/Playlist.vue @@ -23,7 +23,7 @@ -
{{ playlist.videos }} Videos
+
{{ $tc('counts.videos', playlist.videos) }}
mdi-rss-box diff --git a/src/translations/en.json b/src/translations/en.json index 12cdf57..e972663 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -8,6 +8,9 @@ "preferences": "Preferences", "history": "Watch History" }, + "counts": { + "videos": "No videos | One Video | {count} Videos" + }, "actions": { "subscribe": "Subscribe", "unsubscribe": "Unsubscribe",