Add locale for comment sort by
This commit is contained in:
parent
2770818668
commit
fb3b46951f
|
@ -20,7 +20,7 @@
|
||||||
<ft-select
|
<ft-select
|
||||||
v-if="commentData.length > 0 && !isLoading && showComments"
|
v-if="commentData.length > 0 && !isLoading && showComments"
|
||||||
class="commentSort"
|
class="commentSort"
|
||||||
placeholder="Sort by"
|
:placeholder="$t('Comments.Sort by')"
|
||||||
:value="sortValues[0]"
|
:value="sortValues[0]"
|
||||||
:select-names="sortNames"
|
:select-names="sortNames"
|
||||||
:select-values="sortValues"
|
:select-values="sortValues"
|
||||||
|
|
|
@ -478,6 +478,7 @@ Comments:
|
||||||
There are no more comments for this video: There are no more comments for this video
|
There are no more comments for this video: There are no more comments for this video
|
||||||
Show Comments: Show Comments
|
Show Comments: Show Comments
|
||||||
Hide Comments: Hide Comments
|
Hide Comments: Hide Comments
|
||||||
|
Sort by: Sort by
|
||||||
Top comments: Top comments
|
Top comments: Top comments
|
||||||
Newest first: Newest First
|
Newest first: Newest First
|
||||||
# Context: View 10 Replies, View 1 Reply
|
# Context: View 10 Replies, View 1 Reply
|
||||||
|
|
Loading…
Reference in New Issue