From 1712a432021f3990c0c6015d628f072c71bbbced Mon Sep 17 00:00:00 2001
From: Kavin <20838718+FireMasterK@users.noreply.github.com>
Date: Fri, 24 Jun 2022 22:35:32 +0100
Subject: [PATCH] Use tailwind classes and properly do localization.
---
src/components/VideoItem.vue | 8 ++------
src/locales/en.json | 3 ++-
2 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/src/components/VideoItem.vue b/src/components/VideoItem.vue
index 0a58442a..542ecb5d 100644
--- a/src/components/VideoItem.vue
+++ b/src/components/VideoItem.vue
@@ -24,7 +24,7 @@
v-text="timeFormat(video.duration)"
/>
-
+
diff --git a/src/locales/en.json b/src/locales/en.json
index 63d77357..bcb7574d 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -105,7 +105,8 @@
"sponsor_segments": "Sponsors Segments",
"ratings_disabled": "Ratings Disabled",
"chapters": "Chapters",
- "live": "{0} Live"
+ "live": "{0} Live",
+ "shorts": "Shorts"
},
"search": {
"did_you_mean": "Did you mean: {0}?",