Add locale for comment sort by
This commit is contained in:
parent
2770818668
commit
fb3b46951f
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue