Add locale for comment sort by

This commit is contained in:
Preston 2020-10-04 18:17:21 -04:00
parent 2770818668
commit fb3b46951f
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<ft-select
v-if="commentData.length > 0 && !isLoading && showComments"
class="commentSort"
placeholder="Sort by"
:placeholder="$t('Comments.Sort by')"
:value="sortValues[0]"
:select-names="sortNames"
:select-values="sortValues"

View File

@ -478,6 +478,7 @@ Comments:
There are no more comments for this video: There are no more comments for this video
Show Comments: Show Comments
Hide Comments: Hide Comments
Sort by: Sort by
Top comments: Top comments
Newest first: Newest First
# Context: View 10 Replies, View 1 Reply