fix: translated menu (#988)

This commit is contained in:
Sai Deepesh 2021-03-06 21:51:57 +05:30 committed by GitHub
parent 8c88571f6f
commit 9d4ea68e89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 7 deletions

View File

@ -9,7 +9,7 @@
class="navIcon" class="navIcon"
/> />
<p class="navLabel"> <p class="navLabel">
More {{ $t("More") }}
</p> </p>
</div> </div>
<div <div
@ -25,7 +25,7 @@
class="navIcon" class="navIcon"
/> />
<p class="navLabel"> <p class="navLabel">
Trending {{ $t("Trending") }}
</p> </p>
</div> </div>
<div <div
@ -37,7 +37,7 @@
class="navIcon" class="navIcon"
/> />
<p class="navLabel"> <p class="navLabel">
Most Popular {{ $t("Most Popular") }}
</p> </p>
</div> </div>
<div <div
@ -49,7 +49,7 @@
class="navIcon" class="navIcon"
/> />
<p class="navLabel"> <p class="navLabel">
About {{ $t("About.About") }}
</p> </p>
</div> </div>
</div> </div>
@ -62,7 +62,7 @@
class="navIcon" class="navIcon"
/> />
<p class="navLabel"> <p class="navLabel">
History {{ $t("History.History") }}
</p> </p>
</div> </div>
<hr> <hr>
@ -75,7 +75,7 @@
class="navIcon" class="navIcon"
/> />
<p class="navLabel"> <p class="navLabel">
Settings {{ $t("Settings.Settings") }}
</p> </p>
</div> </div>
<div <div
@ -87,7 +87,7 @@
class="navIcon" class="navIcon"
/> />
<p class="navLabel"> <p class="navLabel">
About {{ $t("About.About") }}
</p> </p>
</div> </div>
</div> </div>

View File

@ -82,6 +82,7 @@ Subscriptions:
'Getting Subscriptions. Please wait.': Getting Subscriptions. Please wait. 'Getting Subscriptions. Please wait.': Getting Subscriptions. Please wait.
Refresh Subscriptions: Refresh Subscriptions Refresh Subscriptions: Refresh Subscriptions
Load More Videos: Load More Videos Load More Videos: Load More Videos
More: More
Trending: Trending Trending: Trending
Most Popular: Most Popular Most Popular: Most Popular
Playlists: Playlists Playlists: Playlists